14 Commits (develop)
 

Author SHA1 Message Date
Trivernis b47a998038
Merge pull request #1 from Trivernis/renovate/configure
Configure Renovate
5 years ago
Trivernis 9fdc149e48
Update renovate.json 5 years ago
Renovate Bot b3d7d732c5
Add renovate.json 5 years ago
Trivernis 8fe0c2d040
Create LICENSE 5 years ago
Trivernis a69f4173fe Local MathJax
- changed mathjax to local installation
5 years ago
Trivernis 2bce9acbfa More utility stuff
- added book config to extend from
- added metadata to mdconfig 
- added mapping of metadata to global variables
- added global variable wordcount
- added better error handling of puppeteer errors
- added style to utility classes and tables
5 years ago
Trivernis f6e33cfff5 Changes to system variables 5 years ago
Trivernis 2826341e4e Variables
- added variables `$varname` and system variables `$$varname`
- renamed CommandParser to preformatter because it also handles variables and stuff
- added global variable definition
5 years ago
Trivernis ee316c6c24 More plugins and better config
- fixed puppeteer bug where MathJax message containers appeared
- added plugins
- added `extends` to `mdconfig.json` to extend a default config
- added option to show all plugins `--plugins`
5 years ago
Trivernis 21fd8356c3 Config files
- added support for `mdconf.json`config file
- added markdown-it plugins
- added mathjax evaluation script
- deactivated math styling
5 years ago
Trivernis 62d75c3a27 Fixes and stylesheets
- added `[!stylesheet]: file.css` command to include custom stylesheets
- changed images to be included as base64 url
- removed markdown task from gulpfile
- fixed commands not being recognized
5 years ago
Trivernis 6f39c36f56 Added commands, styles, fixes
- added [!newpage] to start a new page (for pdf)
- added pdf exports supported by puppeteer
- added styles for math and code highlighting
- fixed circular imports
- added CHANGELOG
- switched to argparse for argument parsing
- switched to gulp for building
5 years ago
Trivernis beb437fad0 Initial commit
- finished working version of the renderer, import and plugin system
5 years ago
Trivernis ede4d4aab6 Initial commit 5 years ago