Byron / pulldown-cmark-to-cmark

Convert pulldown-cmark Events back to the string they were parsed from
https://docs.rs/crate/pulldown-cmark-to-cmark
Apache License 2.0
43 stars 37 forks source link

Inserts a newline if there is no newline before code block termination fence #49

Closed gifnksm closed 2 years ago

gifnksm commented 2 years ago

This PR also introduces a new public field State::last_was_text_without_trailing_newline.

fixes #48

Byron commented 2 years ago

Thanks a lot! Great work.

I have created a new release here.