Skip to content

Releases: blamebutton/docmaker

v0.2.1

01 Sep 14:26
caac1e3
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Release notes

  • Breaking: Only process assets as Liquid templates if they have a .liquid extension (And remove that extension)
  • Add markdown-it-footnote plugin for adding footnotes in Markdown.

v0.1.4

23 Aug 13:46
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Release notes

v0.1.3

16 Aug 16:26
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Release notes

  • Bug: datafiles used the current working directory to include relative paths, this has now been changed to the docmaker.yaml directory

v0.1.2

13 Aug 19:10
be90ebd
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Release Notes

Fixed the published package.

v0.1.1

13 Aug 18:39
99413b6
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Release Notes

Initial version of docmaker.

Currently allows rendering multiple markdown files into a single HTML file, which can be rendered to PDF using a tool like Weasyprint.

Usage

Simply use docmaker or docmaker <directory> to build the docmaker project in your current directory (see the README for details).