markdown-transform icon indicating copy to clipboard operation
markdown-transform copied to clipboard

Parse and transform markdown text, including TemplateMark markdown templates

Results 51 markdown-transform issues
Sort by recently updated
recently updated
newest added

# 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...

Type: Feature Request đŸ›ī¸
Difficulty: Medium
Type: Need Investigation đŸ”Ŧ

# 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...

Type: Feature Request đŸ›ī¸
Need More Info â„šī¸

# 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...

Type: Feature Request đŸ›ī¸
Need More Info â„šī¸

# 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...

Type: Feature Request đŸ›ī¸
Difficulty: Medium

# 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...

Type: Bug 🐛
Difficulty: Medium

# 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...

Type: Bug 🐛
Difficulty: Medium

# 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. ##...

Type: Feature Request đŸ›ī¸
Help Wanted 🆘
Good First Issue :octocat:
Difficulty: Medium