Hacker News new | ask | show | jobs
by ryandvm 4313 days ago
Learning HTML doesn't solve squat. The value of Markdown is that it's easy to edit with multiple tools and it's easy on the eyes whether you're looking at as plaintext or in a Markdown viewer.

Learning HTML doesn't help people who want to stay in the text editor.

1 comments

I edit a webpage, its a modern page with php, JSON and jquery elements - but the large majority of it is in html, markdown does nothing for me, because I'd need to convert it anyhow back to HTML for the webserver.

Markdown however would be very useful in replacing the groff code used in man files for example, if perhaps it were a little more expressive - it has the advantage of being easy to parse when not render, and easy to build a renderer for.