Skip to content

Markup.ml 0.8.1

Compare
Choose a tag to compare
@aantron aantron released this 10 Jul 16:25
· 57 commits to master since this release

Additions

  • Ability to optionally pass custom escaping functions to Markup.write_html (#42, Julien Sagot).

Bugs fixed

  • Markup.html5 and Markup.xhtml filtered their inputs incorrectly (#41).
  • XML parser placed unnecessary restrictions on attribute names (#43, @jeffa5).
  • HTML parser dropped characters in URL query parameter names (#44, Julien Sagot).