Hacker News new | ask | show | jobs
by mathiasrw 2856 days ago
For actual writing, markdown gives you a way better flow.

What gives you the most fluent experience?:

    The house looked _very_ good. 

    The house looked \textit{very} good.
1 comments

Flow, the first. Correctness, the latter.

/This/ should be italics, _this_ should be underlined.

Does it matter how fast it is if it isn't right?