kramdown
kramdown copied to clipboard
[bug] Kramdown converter fails with NoMethodError: undefined method `type' for nil
Steps to reproduce:
html = File.read("example.html")
doc, = Kramdown::Parser::Html.parse(html)
Kramdown::Converter::Kramdown.convert(doc)
will submit a PR with a fix
This is fixed and will be in the next release.