Releases: knennigtri/merge-markdown
Releases · knennigtri/merge-markdown
Docker Support
Updates
--getDockerFiles
downloadsDockerfile
anddocker-compose.yml
to use locally--docker
use while running Docker to run commands within docker and download the output locally-c, --create <path>
Auto-create a starter manifest file with all files within a directory. Organize/update the manifest as needed after- General cleanup of code to make the tool faster
What's Changed
- Dev by @knennigtri in #54
- Issue fixes by @knennigtri in #63
Full Changelog: v1.2.0...v2.0.0
Release 1.0.0
Highlights
- pandoc, wkhtmltopdf, doctoc options added to output
- better support of linkcheck with --nolinkcheck mode
- deprecation method created for auto correcting old manifest locations
- robust debugging tools
- doctoc powers TOC generation and is now fully customizable
See pull request for full details: #45
Presentation Output Added
HTML and PDF output are now available using pandoc and wkhtmltopdf options:
merge-markdow -m manifest.md --pdf
See README.md for specifics
0.2.0 Improved flexibility
Major improvements:
- manifest supports json or yaml
- If no manifest is specified, auto merge all files in the given input folder
- Files are no longer restricted based on the relative paths of their assets. All relative paths are updated based on the input/output
- Support for full regex replace values in manifest
- manifest or file specific options support for:
- removing YAML
- find/replace
- TOC creation based on doctoc
0.0.7: Merge pull request #2 from knennigtri/dev
Initial release
Merge pull request #2 from knennigtri/dev Dev