You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
862 B
862 B
[Unreleased]
Added
- Changelog
- markdown parsing with markdown it
- command to include plugins
[!use]: plugin
- command to include markdown files
[!include]: file.md
- command to start a new page
[!newpage]
- command to include a stylesheet
[!stylesheet]: file.css
- option to export to pdf
--pdf
- option to watch (and export to html)
--watch
- option to bundle everything in one file
--bundle
- stylesheets supporting math and code highlighting (with highlightjs)
- auto base64 converting for images for a standalone html when bundling flag is set
- support for
mdconf.json
config file - MathJax script to html
mdconfig.json
extensions withextends: "name"
mdconfig.json
metadata undermeta
that is available as global variables- variables prefixed with
$
and system variables prefixed with$$
- default config
book