yogthos / markdown-clj

Markdown parser in Clojure
Eclipse Public License 1.0
540 stars 120 forks source link

Fix issue with unparagraphed text following code indent #178

Closed Oddsor closed 2 years ago

Oddsor commented 2 years ago

Text that immediately follows a code block sometimes does not get transformed, but instead is stuck as plain text behind the ending code- and pre-tags

yogthos commented 2 years ago

thanks for the pr, and just pushed out 1.10.9 with the fix 🎉