Skip to content

Releases: accordproject/markdown-transform

Markdown Transform v0.1.15

11 Sep 16:59
Compare
Choose a tag to compare
Pre-release
  • Clauses are now recognised through the info part of the code block
  • Bug fixes to clauses containing variables
  • Add convenience calculation for clause text without variables tags

Markdown Transform v0.1.14

11 Sep 14:28
Compare
Choose a tag to compare
Pre-release
  • Refactoring and cleanup of API. New classes are CommonMark and CiceroMark containing operations to/from string and to/from CommonMark
  • Fixes to nested clauses

Markdown Transform v0.1.13

11 Sep 04:26
Compare
Choose a tag to compare
Pre-release

Some further improvements to the Cicero extension to CommonMark:

  • Separate Cicero extension to markdown in its own model
  • Small adjustments to type hierarchy for Variable ComputedVariable and Clause
  • Expose Cicero support in index.js

Markdown Transform v0.1.12

10 Sep 01:32
Compare
Choose a tag to compare
Pre-release
  • Add new AST nodes Clause Variable ComputedVariable
  • Add conversion from vanilla CommonMark AST to AST with new nodes
  • Some testing that it does not break parsing and serialisation
  • Command line now supports a new --withAP flag

Markdown Transform v0.1.11

03 Sep 18:46
Compare
Choose a tag to compare
Pre-release

This release includes:

  • More fixes to new line handling for lists and headings
  • A new simple command mdtransform which lets you use the CommonMark parser and transformer from the command line. Example usage;
mdtransform parse --sample test/ul.md  // To see the Concerto AST in JSON format
mdtransform parse --sample test/ul.md --generateMarkdown // To re-generate the markdown from the AST