kjdev / hoextdown

Hoextdown is an extension to Hoedown
MIT License
23 stars 15 forks source link

Indentation in code blocks in lists is sometimes lost #20

Closed jasharpe closed 8 years ago

jasharpe commented 8 years ago

In this Markdown snippet, Hoedown renders the "printf" line without the leading spaces:

* This is a test
* This is some code:

int main() { printf("Hello world!"); }