Hacker News new | ask | show | jobs
by throwaway894345 1473 days ago
Why would I care if one is merely “formatting” or not? If I have to run a tool either way, I would prefer one that accepts a user-friendly input language and decouples content from presentation.
2 comments

Because transforming an .md file into an .html file is a lot more invasive (though taken for granted here I think) than just writing the .html file. It's a build step where there wasn't one before.

I'm not saying it's never worth it.

How does Markdown decouple content from presentation?
You typically write your content in markdown and merge it with HTML templates and CSS.