Skip to content

Releases: zestedesavoir/zmarkdown

[email protected]

14 Feb 16:02
Compare
Choose a tag to compare
  • Allow inverted hl_lines range
  • Default code renderer is now neutral (ie. doesn't have ZMarkdown-specific elements)

[email protected]

14 Feb 16:02
Compare
Choose a tag to compare
  • Add footnotes parsing
  • Add quizz preprocessor
  • Add introduction/conclusion environments
  • Add custom code rendered
  • Allow macros to take context

[email protected]

01 Aug 11:24
Compare
Choose a tag to compare

Fix for LaTeX document maximum size limit (increase limit from 300kB to 3MB)

[email protected]

06 Jul 15:10
Compare
Choose a tag to compare

Add a wrapper class on hljs-code-div that informs of the language used in the codeblock.

[email protected]

29 Jun 15:15
Compare
Choose a tag to compare

No modifications on it's own, but features dependency update (rebber : 5.1.1 -> 5.1.2)

[email protected]

29 Jun 15:15
Compare
Choose a tag to compare

Add a forgotten dependency (not critical)

[email protected]

29 Jun 15:14
Compare
Choose a tag to compare

No modifications on it's own, but features dependency update (rebber : 5.1.1 -> 5.1.2)

[email protected]

27 May 17:35
Compare
Choose a tag to compare
  • features bugfixes from other packages (namely rebber and remark-emoticons);
  • reintroduce linenostart (code starts at a specific number) and hl_lines (highlight the given lines) in code blocks.

The second improvement is non-breaking, but will require changes in CSS if you want to use it.

[email protected]

27 May 17:31
Compare
Choose a tag to compare

Solve a bug on emoticons locator ( #401 )

[email protected]

27 May 17:29
Compare
Choose a tag to compare

Solve issue for lists starting with [ ( #398 )