Skip to content

Releases: knennigtri/merge-markdown

Docker Support

12 May 01:56
Compare
Choose a tag to compare

Updates

  • --getDockerFiles downloads Dockerfile and docker-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

Full Changelog: v1.2.0...v2.0.0

Release 1.0.0

16 Sep 23:27
d4191fb
Compare
Choose a tag to compare

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

31 Aug 19:41
d21fbd9
Compare
Choose a tag to compare

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

28 Jun 21:27
c90a5d4
Compare
Choose a tag to compare

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

03 Jun 16:36
99af05f
Compare
Choose a tag to compare

Initial release

03 Jun 15:30
99af05f
Compare
Choose a tag to compare
Merge pull request #2 from knennigtri/dev

Dev