Releases: zestedesavoir/zmarkdown
Releases · zestedesavoir/zmarkdown
[email protected]
- Allow inverted hl_lines range
- Default code renderer is now neutral (ie. doesn't have ZMarkdown-specific elements)
[email protected]
- Add footnotes parsing
- Add quizz preprocessor
- Add introduction/conclusion environments
- Add custom code rendered
- Allow macros to take context
[email protected]
Fix for LaTeX document maximum size limit (increase limit from 300kB to 3MB)
[email protected]
Add a wrapper class on hljs-code-div
that informs of the language used in the codeblock.
[email protected]
No modifications on it's own, but features dependency update (rebber : 5.1.1 -> 5.1.2)
[email protected]
Add a forgotten dependency (not critical)
[email protected]
No modifications on it's own, but features dependency update (rebber : 5.1.1 -> 5.1.2)
[email protected]
- features bugfixes from other packages (namely
rebber
andremark-emoticons
); - reintroduce
linenostart
(code starts at a specific number) andhl_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]
Solve a bug on emoticons locator ( #401 )
[email protected]
Solve issue for lists starting with [
( #398 )