These special filters are used for converting HTML/Markdown fields to XML (the preferred docx format), so that they can be rendered properly.
HTML content (like proofs of concept) can be converted using the convertHTML filter:
{@poc | convertHTML}
For HTML content with images:
{poc}
{@text | convertHTML}
{images}
{%image}
Image {index} - {caption}
{/images}
{/poc}
Markdown content can be converted using the convertMarkdown filter:
{@description | convertMarkdown}
For Markdown content with images:
{description}
{@text | convertMarkdown}
{images}
{%image}
Image {index} - {caption}
{/images}
{/description}
?> We recomend using the markdown filter, since it can parse both Markdown and HTML at the same time.