kramdown icon indicating copy to clipboard operation
kramdown copied to clipboard

[bug] Kramdown converter fails with NoMethodError: undefined method `type' for nil

Open honzasterba opened this issue 1 year ago • 1 comments

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

honzasterba avatar Jul 18 '24 08:07 honzasterba

Attaching the example HTML file

example.html.zip

honzasterba avatar Jul 18 '24 08:07 honzasterba

This is fixed and will be in the next release.

gettalong avatar Nov 16 '24 21:11 gettalong