Closed kfahy closed 9 years ago
In cases where a list immediately follows a paragraph without an extra new line between them, the paragraph may never close, e.g.
foo - bar
would convert to,
<p>foo<ul><li>bar</li></ul>
looks great thanks
just pushed out a new version to clojars with the fix
In cases where a list immediately follows a paragraph without an extra new line between them, the paragraph may never close, e.g.
would convert to,