markdown-transform
markdown-transform copied to clipboard
Parse and transform markdown text, including TemplateMark markdown templates
# Feature Request đī¸ When the user is editing using the Slate editor they are free to insert blank paragraphs to add additional whitespace to their documents. This whitespace is...
# Feature Request đī¸ Currently, the JSON schema that is generated by parsing a template does not contain any validator field for a particular variable. It would be really handy...
# Feature Request đī¸ Currently, the `ciceromark_parsed` does not contain the template signature. A template signature can be incorporated into the `ciceromark_parsed` to uniquely identify them. ## Use Case This...
# Feature Request đī¸ Currenlty, the `OOXML Transformer` while converting to `OOXML`, wraps the complete body in a `w:sdt` tag which is locked to prevent editing. This needs to be...
# Bug Report đ If a link contains formatted text (e.g., emphasized) it is sometimes not rendered into pdf. ## Expected Behavior Links should be properly rendered. ## Current Behavior...
# Bug Report đ Lists where the content of an item is directly another list result in item numbers overlapping in the transformed pdf document. ## Expected Behavior It should...
# Feature Request đī¸ Incorporating the CiceroMark->OOXML transformer and improving the currently implemented OOXML->CiceroMark transformer. ## Use Case It will allow the conversion of Docx files into CiceroMark JSON and...
# Discussion đŖ Is there a requirement for _so many_ attributes in `` tag? https://github.com/accordproject/markdown-transform/blob/3c3ddb42246ed2b61f59f36241d4aedc0459c52f/packages/markdown-docx/src/CiceroMarkToOOXML/helpers.js#L57-L86 ## Context I think [only one attribute](https://github.com/accordproject/cicero-word-add-in/blob/80189b0c52c7dfab2cc68278eee982a0bb686ebe/src/components/TemplateLibrary/index.js#L132) from `accordproject/cicero-word-add-in` is sufficient.
**Describe the bug** Running cicero draft over a template grammar file to create a sample.md file results in indents being normalised to only having three spaces. This can result in...
The existing DOCX support is partial and is poor quality with many real-world DOCX files. It would be preferable to have a first-class bidirectional transformation from CiceroMark to/from OOXML. ##...