Skip to content

v0.3

Compare
Choose a tag to compare
@clokep clokep released this 23 Dec 20:28
· 87 commits to main since this release
  • Fix escaping HTML entities in text (e.g. convert < to &lt;).
  • Handling of paragraphs and multiple line breaks has been greatly improved.
  • Links now include a title attribute and are properly capitalized.
  • Properly handle self-closing tags (e.g. <hr />).
  • Descriptions lists with details are properly handled.
  • Comments are ignored instead of propagating them to the output.
  • The composer no longer supports a streaming interface.
  • Basic type hints are included.