gettalong / kramdown

kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.
http://kramdown.gettalong.org
Other
1.72k stars 274 forks source link

[bugfix] Fix edge case in Kramdown converter #810

Closed honzasterba closed 1 week ago

honzasterba commented 4 months ago

weird combination of LI and P tags can cause the converter to crash

fixes #809

gettalong commented 1 week ago

Thanks for the pull request! The fix was not fully correct so I implemented the fix and test case myself.