Releases: accordproject/markdown-transform
Releases · accordproject/markdown-transform
Markdown Transform v0.1.15
- 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
- Refactoring and cleanup of API. New classes are
CommonMark
andCiceroMark
containing operations to/from string and to/from CommonMark - Fixes to nested clauses
Markdown Transform v0.1.13
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
andClause
- Expose Cicero support in
index.js
Markdown Transform v0.1.12
- 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
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