Skip to content

Markdown Transform v0.12.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 31 Aug 12:23

This release includes bug fixes along with several improvements to the pdf support, and a new transform allowing to generate markdown with template extensions from the TemplateMark model.

New Transform

  • #310 You can now generate markdown with template extensions from the TemplateMark Document Object Model in JSON format:
markus transform --from templatemark --to markdown_template --input ...

New pdf import

  • The pdf import has been overhauled based on the pdf2json library and now detects rich text formatting in your pdf document.

Bug fixes

  • #309 The CLI now uses the correct tokenizer for the markdown to commonmark DOM transform
  • #299 #298 Better handling of nested blocks in the pdf generation
  • #254 Better handling of code blocks inside other blocks
  • #288 Fixes issues with nested blocks of the same kind in templatemark