ingomohr / docwriter

API to write docx documents
MIT License
1 stars 0 forks source link

Add Docx Writer Rule to Write Markdown Content #5

Closed ingomohr closed 5 years ago

ingomohr commented 5 years ago

Content in Docx documents typically is structured - e.g. has paragraphs, headlines, tables etc.

Pls add a rule to accept content as Markdown and "render" that content to the the target Docx document.

The rule also shall optionally support a placeholder that is to be replaced in the target document.

ingomohr commented 5 years ago
Change

Added rule to append content provided as markdown to document content