asciidoctor / kramdown-asciidoc

A kramdown extension for converting Markdown documents to AsciiDoc.
Other
207 stars 19 forks source link

Correctly handle GFM checkbox syntax #99

Closed claneys closed 2 years ago

claneys commented 2 years ago

GFM checkbox notation wasn't managed by the tool and generate ugly html tag inside the asciidoc document which then make parsing errors occurs when attempting to make a pdf document from that.

This is a naive and quicly writen patch, I've never developped using ruby.

mojavelinux commented 2 years ago

Thank you for submitting this proposal. I have used it as the basis for #101, which also includes tests.