Closed
Description
@steveklabnik this seems to be a hoedown -> pulldown regression #40912
IN
//! * lorem ipsum
//! dolor sit
//! amet
//! * lorem ipsum dolor sit amet
OUT
1.18.0-nightly (2017-04-06)
* lorem ipsumdolor sitamet
* lorem ipsum dolor sit amet
1.15.0 ... 1.17.0-beta.3 (2017-04-05)
* lorem ipsum dolor sit amet
* lorem ipsum dolor sit amet
Activity
colin-kiegel commentedon Apr 8, 2017
Interestingly this does not seem to be a bug in pulldown-cmark, but maybe something post-processing related?
The doc-output of the nightly compiler is
While pulldown-cmark itself outputs:
Example Code
ollie27 commentedon Apr 8, 2017
This was fixed by #41112. You'll need to update to the latest nightly.
colin-kiegel commentedon Apr 8, 2017
Right. That was a quick fix - thanks. :-)