Skip to content

v0.44.0

Choose a tag to compare

@kivikakk kivikakk released this 14 Oct 05:26
· 283 commits to main since this release
98cc53c

Parser changes:

  • Autolink validation is now stricter in the default mode, to maintain conformance with the GitHub Flavored Markdown autolinks extension spec. Those parses which previously worked but no longer do --- such as http://localhost (!), www.com (!?), or https:// (!?!) --- are now part of the relaxed_autolinks option. See more discussion in the PR. (by @chamlis in #618)

New APIs:

  • You can write footnotes with their body inline by enabling the inline_footnotes extension and using the syntax ^[footnote content] (by @sheremetyev in #619)

New Contributors

Diff: v0.43.0...v0.44.0