Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 770 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 770 Bytes

markdown2hub

converts Markdown to Hub XML. This Readme can be used for testing, too.

usage

XSLT

$ saxon -xsl:xsl/markdown2hub.xsl -it:main href=file:/home/markdown2hub/README.md -o:file.hub.xml

XProc

$ calabash xpl/markdown2hub.xpl href=README.md debug=yes debug-dir-uri=file:/home/markdown2hub/debug

support

We support Markdown in the CommonMark flavour. Currently, the following elements are implemented:

section hierarchy

  • lists
  • images transpect
  • bold, italic
  • hyperlinks
  • horizontal rule

blockquotes

program listings
tables
...

|