Skip to content

Releases: zestedesavoir/zmarkdown

[email protected]

06 Mar 18:07
Compare
Choose a tag to compare
  • [BUGFIX] [ #431 ] Fix footnotes random postfix: no random ID was generated for footnotes
  • [BUGFIX] [ #430 ] Fix LaTeX quizz stringification: display answers in the non-hidden block.
  • [MINOR] [ #429 ] Updates the profile page URL in pings: /membres/voir/zmarkdown/xxx => /@xxx

[email protected]

06 Mar 18:03
Compare
Choose a tag to compare
  • Fix LaTeX quizz stringification: display answers in the non-hidden block.

[email protected]

27 Feb 19:14
Compare
Choose a tag to compare

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]

17 Feb 19:50
Compare
Choose a tag to compare

Fix a bug for titles depth when using manifest rendering

[email protected]

14 Feb 16:12
Compare
Choose a tag to compare

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]

14 Feb 16:06
Compare
Choose a tag to compare

An update in remark-footnote could be conflicting with older versions of this package.

[email protected]

14 Feb 16:07
Compare
Choose a tag to compare

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]

14 Feb 16:05
Compare
Choose a tag to compare

Ignore empty URLs

[email protected]

14 Feb 16:04
Compare
Choose a tag to compare

Allow disabling inline tokenizers

[email protected]

14 Feb 16:03
Compare
Choose a tag to compare

An update in remark-footnote could be conflicting with older versions of this package.