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.

20 lines
760 B
Markdown

## [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 with `extends: "name"`
- variables prefixed with `$` and system variables prefixed with `$$`