pragdave / earmark

Markdown parser for Elixir
Other
859 stars 135 forks source link

Fix Restructure.walk_and_modify_ast failing on comment node #459

Closed martosaur closed 1 year ago

martosaur commented 1 year ago

Restructure.walk_and_modify_ast crashes if AST includes a comment node since its types isn't binary, but an atom.

RobertDober commented 1 year ago

Great job, thank you so much

RobertDober commented 1 year ago

Released in 1.4.36