4 ms·
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 new
by ryanlbrown 13y 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).
- sigsergv 13y agoIt would be great to autoindent next line when writing code blocks (that start with 4 space, for example).
- julianlam 13y agoSounds like you're looking for tabIndent.js
- McGlockenshire 13y agoThis 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.
- jkrems 13y agoIt 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.