sirthias / pegdown

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions
http://pegdown.org
Apache License 2.0
1.29k stars 217 forks source link

Definition Lists messed up for deeply nested elements #180

Closed vsch closed 9 years ago

vsch commented 9 years ago

Same bug as existed for Lists. Current parser does not handle more than one level of nesting. Treats the rest as code block.

Fixed with tests.

sirthias commented 9 years ago

Closed by #181.