Skip to content

Releases: marcel-hofer/markdown-document

v0.2.4

21 Nov 12:56
Compare
Choose a tag to compare

Added

  • #31 useHtml as parameter to enable / disable HTML support inside markdown files (thanks to @christthomc)

Updated

  • #32 Gulp dependencies to latest version to support the latest node LTS version (v12)

v0.2.3

05 Oct 08:51
Compare
Choose a tag to compare

Added the following features:

  • Added zoom as parameter to control wkhtmltopdf output (thanks to @christthomc)

v0.2.2

26 Jul 12:42
Compare
Choose a tag to compare

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

11 May 19:04
Compare
Choose a tag to compare

Resolved the following issues:

  • #20 Include markdown files from sub directory does not work
  • #26 Won't install with Node version above 8.14

v0.2.0

31 Oct 13:26
Compare
Choose a tag to compare

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:

  • #11 Use jQuery from npm package
  • #12 Add support for table of figures / tables / formulas

v0.1.1

21 Oct 14:12
Compare
Choose a tag to compare

Added the following features:

  • Resolution of asset paths inside layouts

Resolved the following issues:

  • #10 ContentNotFoundError for layout "document"

Initial release

21 Oct 14:21
Compare
Choose a tag to compare

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
  • Support for writing PDF metadata such as title, author, ...
  • Command line tool and library usage
  • Documentation