summaryrefslogtreecommitdiff
path: root/tools/xml2md.xsl
AgeCommit message (Collapse)Author
2018-09-14Minor fixes to xml2md.xslNick Wellnhofer
- Remove outdated comment - Fix code block delimiter
2018-09-14XSLT stylesheet to convert cmark XML back to CommonmarkNick Wellnhofer
Initial version of an XSLT stylesheet that converts the XML format produced by `cmark -t xml` back to Commonmark. Fixes #264