Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Well, one simply formats the source file as you write it. The other requires a infile -> outfile build step that's more complex.

Whether the latter is worth it tends to depend on other things than parse time.



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.


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: