Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@felixfontein felixfontein released this 25 Aug 07:37
· 9 commits to main since this release

Release Summary

Bugfix and feature release that improves markup parsing and generation with respect to whitespace handling and escaping.

Minor Changes

  • Allow to determine how to handle whitespace during parsing with the new whitespace option (#54).
  • Always remove some whitespace around HORIZONTALLINE (#54).
  • Apply postprocessing to RST and MarkDown to avoid generating invalid markup when input contains whitespace at potentially dangerous places (#56).

Bugfixes

  • Do not apply URI encoding to visible URL (#53).
  • Fix RST escaping to handle other whitespace than spaces correctly (#56).
  • Improve handling of empty URL for links (#53).