Some of the content we add to our webhelp includes information written in Markdown by our development team. I include this content in my DITA map with format="markdown". Since, this content is constantly changing we have to use the "live" Markdown files, so converting them to HTML or DITA first is not an option. Some of the markdown includes symbols such as π and html inline elements such as <sup>, for example:
Code: Select all
assuming a kernel of e<sup>i2πft</sup>, where `f` is frequency,
This is allowed in Markdown, and shows up in the HTML viewer fine, but the DITA viewer and the transform show does not recognize the symbol or the superscript and the transform outputs them as text. Does OxygenXML support use of inline html and symbols in markdown in the DITA transforms? And if so am I not doing something correctly? I'm using OxygenXML 20.1
Thanks,
Carolyn