MDITA support
Out of the box,
XMLmind XML Editor supports a so-called
MDITA Extended Profile . However there are many
“flavors” of
Markdown , that's why this Extended Profile may be
customized.
This is done by defining a system property called
"
ditac.load.options" containing one or more
load.mdita.XXX options. These options are all documented
in "
MDITA support ".
The
"ditac.load.options" system property is best defined in a
customize.xxe
configuration file.
Example:
<property name="ditac.load.options">
load.mdita.autolink true
</property>