Skip to content

Releases: zestedesavoir/zmarkdown

[email protected]

05 May 09:56
Compare
Choose a tag to compare

Add missing xtend dependency (thanks to @lhermann )

[email protected]

05 May 09:57
Compare
Choose a tag to compare

Include changes from [email protected]

[email protected]

27 Dec 15:47
Compare
Choose a tag to compare

Include changes from [email protected]

[email protected]

27 Dec 15:45
Compare
Choose a tag to compare
  • Bugfix: Fix math escaping for some LaTeX commands
  • Note: Remove duplicates in the list of allowed (not escaped) commands

[email protected]

18 Dec 11:29
Compare
Choose a tag to compare

Bugfix: add a forgotten dependency to the package.json

[email protected]

15 Dec 13:16
Compare
Choose a tag to compare
  • Minor: Non-breaking spaces are now added automatically before quote marks
  • Minor: Automatically enquote content in between <<, without internal spaces (fix #469)
  • Minor: Updated Sentry to the latest version
  • Bugfix: Fix errors on Munin controller (fix #475)
  • Bugfix: Fix math escaping for multiple commands in LaTeX

WARNING: This version does not work as is, due to a forgotten dependency in the package.json, please use ZMarkdown 11.2.1 instead.

[email protected]

15 Dec 13:15
Compare
Choose a tag to compare
  • Minor: Non-breaking spaces are now added automatically before quote marks for French typography

[email protected]

15 Dec 13:15
Compare
Choose a tag to compare
  • Bugfix: Fixed a test impacted by the new version of typographic-guillemets

[email protected]

15 Dec 13:16
Compare
Choose a tag to compare
  • Bugfix: Fix math escaping for multiple commands in LaTeX

[email protected]

23 Oct 19:27
Compare
Choose a tag to compare
  • Minor: Added an endpoint option on latex-document to specify the publication date of a content.
  • Minor: Added an enforce_shift option to the API. This option is recommended, and will be the default behavior in the next major version.
  • Bugfix (rebber-plugins): Double backslashes were treated as two simple backslashes one after the other, causing the sanitizer to delete all backslashes in the math block.
  • Notice: Tests do not run on Node 12 anymore, users are expected to have at least Node 14 (but 18 advised).