Releases: marcel-hofer/markdown-document
Releases · marcel-hofer/markdown-document
v0.2.4
v0.2.3
Added the following features:
- Added zoom as parameter to control wkhtmltopdf output (thanks to @christthomc)
v0.2.2
Added the following features:
- New option to override the default PDF generation timeout of 15 seconds (thanks to @christthomc)
Resolved the following issues:
- #28 renderPdfAsync hardcoded timeout fails on large documents
v0.2.1
v0.2.0
Added the following features:
- Markdown plugins:
- Captions for defining table / figure / ... captions
- Template helpers:
- Resolve helper to resolve asset paths from npm modules
- Concat helper to concat multiple strings
- IsEmpty helper to check an object if it is empty (including object and array support)
- Lookup helper to resolve properties of objects by name
Resolved the following issues:
v0.1.1
Initial release
The initial version of markdown-document
contains the following:
- Support for generating
PDF
documents from markdown files- Include support for a better organization of your documents
- Formulas
- Support for different layouts
- Includes one layout
document
with cover page, TOC, document information page, header and footers - Layout translations
- Includes one layout
- Support for writing
PDF
metadata such as title, author, ... - Command line tool and library usage
- Documentation