Ask HN: Can we upgrade vanilla Markdown?

3 points by peterhadlaw ↗ HN
So markdown is loosely defined somewhere on the web and it seems like the syntax is set. However, couldn't we start versioning it and incorporate the new features that these alternate flavors provide?

3 comments

[ 2.7 ms ] story [ 19.8 ms ] thread
You could, but the point of something like Markdown is its extreme simplicity and predictability. The more features you add the more unwieldy it becomes. Look at HTML - great that you have have super-rich documents, but the downside is that 99.99% of what's on the web is way overdone. You can't read news articles without downloading cast amounts of cruft.

There used to be a joke that all program specifications expand until they include the ability to send and receive email, and I'd suggest that today all markup specifications expand until they include the ability to to display streaming video.

there are 89 flavors of markdown.

there will never be a standard markdown.

and not just because of xkcd927...

if you have a muddy puddle, you can't make it clear by adding more dirt. you have to replace all the muddy water with clear water.

markdown needs to be abandoned, and replaced with a superior version of light-markup.

(unfortunately, neither restructured-text nor asciidoc is superior.)

sooner or later -- probably later -- the tech sphere will see the need to do that replacement. until then, it would be a major disservice to assert markdown upon the world-at-large.