StaloneLab
released this
14 Feb 16:12
·
133 commits
to master
since this release
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