Releases: zestedesavoir/zmarkdown
Releases · zestedesavoir/zmarkdown
[email protected]
Add missing xtend
dependency (thanks to @lhermann )
[email protected]
Include changes from [email protected]
[email protected]
Include changes from [email protected]
[email protected]
- Bugfix: Fix math escaping for some LaTeX commands
- Note: Remove duplicates in the list of allowed (not escaped) commands
[email protected]
Bugfix: add a forgotten dependency to the package.json
[email protected]
- 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]
- Minor: Non-breaking spaces are now added automatically before quote marks for French typography
[email protected]
- Bugfix: Fixed a test impacted by the new version of typographic-guillemets
[email protected]
- Bugfix: Fix math escaping for multiple commands in LaTeX
[email protected]
- 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).