markdown-transform
markdown-transform copied to clipboard
Parse and transform markdown text, including TemplateMark markdown templates
# Bug Report đ When trying to run dingus locally on Windows, the following error is received.  ## Expected...
# Bug Report đ In some cases, editing one variable within `web-components` will edit another variable making it impossible to distinguish them ## Expected Behavior Update to a variable should...
The dependency on jsdom requires users to ignore `jsdom` via webpack when using this module in a web app, since jsdom is not made to run in the browser. We...
Currently we can generate pdf from Accord Project _contracts_. It would be nice if we could generate a pdf *form* from a template. The idea would be to generate form...
**Feature request**: Based on the existing practice of using [automatic cross references in MSword](https://wordaddins.com/support/cross-reference-fields-in-word/), it would be good to have a way to easily and dynamically cross reference within the...
On the weekly tech WG calls on 2020-11-18, a front meta-data feature was discussed and proposed for adoption. This would work similarly to the ['header' functionality](https://v2.docusaurus.io/docs/markdown-features/#markdown-headers) in docusaurus.
**Describe the bug** Block Expressions throw an error if markdown syntax detected within block. **To Reproduce** Consider the following grammar... ``` {{#if rebateEntitled}} The agent will be, or is likely...
**Describe the bug** Ordered lists with a non-default initial index (e.g., `5. this is the first item`) follow different boundaries rules from ordered lists with a default initial index (e.g.,...
**Is your feature request related to a problem? Please describe.** The ability to create a Slate DOM from a template grammar rather than a contract (i.e., from TemplateMark rather than...
The template below doesn't parse using Cicero 0.21.4 [signature-block-title-name-date.zip](https://github.com/accordproject/markdown-transform/files/5138948/signature-block-title-name-date.zip) It fails with the error message: ``` Failed to find an asset that extends org.accordproject.cicero.contract.AccordClause. The model for the template must...