Skip to content

Markup.ml 1.0.0

Compare
Choose a tag to compare
@aantron aantron released this 25 Oct 08:32
· 17 commits to master since this release

Breaking

  • Include tag attributes in `Misnested_tag errors, to assist in error recovery (#55, Albert Peschar).
  • Delete type content_signal (#59).

Bugs fixed

  • Parser hangs on <rb> and other ruby annotation tags (#56, reported Julien Sagot).
  • Preserve the original doctype when outputting HTML (b4b59ae, reported Daniil Baturin).
  • Pretty-printer: emit newline after doctype (#58, reported Daniil Baturin).