Releases: zestedesavoir/zmarkdown
Releases · zestedesavoir/zmarkdown
[email protected]
[email protected]
- Fix LaTeX quizz stringification: display answers in the non-hidden block.
[email protected]
The heading_shift
option, on manifest rendering, was also applied to introduction
and conclusion
elements.
This bug has been corrected in the release.
[email protected]
Fix a bug for titles depth when using manifest rendering
[email protected]
Dependencies update
All ZMarkdown dependencies have been updated to the latest version before the micromark
switch. This update leaded to some behaviour change:
- Breaking: autolinking is now enabled, even on emails (eg.
mailto:[email protected]
) - Breaking: links with space between link and caption are now invalid:
[caption] (link)
is not ok - Breaking: inline footnotes syntax has changed:
[^inline note]
->^[inline note]
- Breaking: indent at the beginning of a list renders a codeblock inside the list
- Important: line breaks are now allowed inside of footnotes
- Minor: inline footnotes can now be used inside of titles
- Minor: all
\label
and\ref
that linked to footnotes were replaced by\footnotemark
Manifest rendering
- Important: allow the ZMarkdown server to take manifest on all its four endpoints
- Minor: use correct introduction and conclusion LaTeX elements
Quizzes
- Important: allow to have quizzes inside HTML using a custom element
- Minor: handle quizzes for LaTeX by transforming them into well-known elements
- Minor: added a flag to report quizzes
Misc
- Important: Increased the data limit to 4Mb on all endpoints
- Minor: Allow inverted ranges in
hl_lines
- Minor: Added some NPM commands for beginners to start easily
- Minor: Fixed the ZMarkdown live demo
- Minor: Switch from Travis and Hound to all-Github Actions for CI
[email protected]
An update in remark-footnote
could be conflicting with older versions of this package.
[email protected]
Allow to use custom characters for the plugin.
Instead of the default |
character, you can now add a charLeft
and charRight
parameters to use custom delimiters.
[email protected]
Ignore empty URLs
[email protected]
Allow disabling inline tokenizers
[email protected]
An update in remark-footnote
could be conflicting with older versions of this package.