Steps to reproduce: ```ruby html = File.read("example.html") doc, = Kramdown::Parser::Html.parse(html) Kramdown::Converter::Kramdown.convert(doc) ``` will submit a PR with a fix