Skip to content

transpect/markdown2hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
...

|

Releases

No releases published

Packages

No packages published