3.0.4
Fixed several bugs regarding paragraph break parsing:
- Parsing fragments that contained paragraph breaks would only emit the first paragraph. Now all paragraphs are joined with a space, i.e., the
\n\nis collapsed into. - Parsing documents with leading whitespace would cause odd behavior.
- Parsing documents that contain paragraph breaks would concatenate them all into a single paragraph. Now they properly split as separate paragraphs. (However, we still don't have full "Markdown-style" paragraph processing, in that if you start a line with a HTML tag, it will still always be wrapped in a paragraph.)