Skip to content

Commit

Permalink
Add to the markdown example xml to test docbook tag conversion
Browse files Browse the repository at this point in the history
Added all of the docbook tags that are allowed in EML

relates to: NCEAS/metacatui#820
  • Loading branch information
robyngit committed Nov 29, 2018
1 parent a4df000 commit 7dafa61
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/examples/example-project-complex-markdown.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,32 @@ This is how it is rendered:
The original tags are preserved in the HTML, but are not styled or converted to html.
-----
Some more docbook tags:
<citetitle>citetitle</citetitle>
<emphasis>emphasis</emphasis>
<ulink url="https://xkcd.com/">ulink with url</ulink>
<title>title</title>
<literallayout>Literal Layout
Hope this will
Preserve
White space
</literallayout>
<itemizedlist>
<listitem>itemizedlist item one</listitem>
<listitem>itemizedlist item two</listitem>
</itemizedlist>
<orderedlist>
<listitem>ordered list item one</listitem>
<listitem>ordered list item two</listitem>
</orderedlist>
<subscript>subscript</subscript>
<superscript>superscript</superscript>
*back to [table of contents](#toc)*
# Automatic Paragraphs
Expand Down

0 comments on commit 7dafa61

Please sign in to comment.