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 218 forks source link

Add extension for Github handling of code blocks within lists #119

Open nicoulaj opened 10 years ago

nicoulaj commented 10 years ago

(nicoulaj/idea-markdown#124)

GitHub requires 8 spaces for nesting code blocks in lists.

It would be nice to have support for this through an extension.

justinwrobel commented 10 years ago

This sounds like its related to sirthias/pegdown/issues/57

vsch commented 9 years ago

It is. The issue was errors in the parser, not configuration. Pull request posted.

vsch commented 9 years ago

@sirthias, I think this one can be closed.