Skip to content

v4.2.0

Compare
Choose a tag to compare
@noties noties released this 15 Nov 15:06
· 208 commits to master since this release
b844f4d
  • MarkwonEditor to highlight markdown input whilst editing (new module: markwon-editor)
  • CoilImagesPlugin image loader based on Coil library (new module: markwon-image-coil) (#166, #174)
    Thanks to @tylerbwong
  • MarkwonInlineParser to customize inline parsing (new module: markwon-inline-parser)
  • Update commonmark-java to 0.13.0 (and commonmark spec 0.29)
  • Markwon#configuration method to expose MarkwonConfiguration via public API
  • HeadingSpan#getLevel getter
  • Add SvgPictureMediaDecoder in image module to deal with SVG without dimensions (#165)
  • LinkSpan#getLink method
  • LinkifyPlugin applies link span that is configured by Markwon (obtain via span factory)
  • LinkifyPlugin is thread-safe