Hacker News new | ask | show | jobs
by ryanlbrown 4500 days ago
You're right. We chose not to allow hand-wrapped paragraphs because the newlines have no effect on the resulting rendered HTML. In some cases, it will allow newlines (lists, blockquotes).
3 comments

It would be great to autoindent next line when writing code blocks (that start with 4 space, for example).
Sounds like you're looking for tabIndent.js
It was one of the first things I tried and it immediately disturbed the normal flow. Markdown normally allows for a "one line per sentence"-style. If you are used to that, the current behavior quickly becomes annoying.
This breaks simple things, like trying to do multiple lines of four-space indented code formatting, for example.

It also breaks trying to type out quotes and nested quotes.