jelovirt / org.lwdita

LwDITA parser for DITA-OT
http://lwdita.org/
Apache License 2.0
25 stars 19 forks source link

Raw DITA in Markdown #217

Closed jelovirt closed 4 months ago

jelovirt commented 4 months ago

Add support to have raw DITA in a Markdown document, similar to HTML in Markdown.

Example

# Title

Markdown content with <xmlelement>xmlelement</xmlelement> raw DITA markup.

<hazardstatement type="danger">
  <messagepanel>
    <typeofhazard>Rotating blade.</typeofhazard>
    <consequence>Moving parts can crush and cut.</consequence>
    <howtoavoid>Follow lockout procedure before servicing.</howtoavoid>
  </messagepanel>
  <hazardsymbol href="rotatingblade.png"/>
</hazardstatement>