From e7dc6ae40fc4a538ce6257e06847a38d9075215a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 25 Sep 2018 09:35:45 +0200 Subject: [PATCH] Add support for tables and strike-through text in the XSLT (#117) * Add support for tables and strike-through text in the XSLT * Update xml2md.xsl * Add specific stylesheet for tables and strike-through * Add comment --- tools/xml2md_gfm.xsl | 80 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 tools/xml2md_gfm.xsl diff --git a/tools/xml2md_gfm.xsl b/tools/xml2md_gfm.xsl new file mode 100644 index 000000000..d564b5c13 --- /dev/null +++ b/tools/xml2md_gfm.xsl @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + | + + | + + + + ---: | + + + :--- | + + + :---: | + + + --- | + + + + + + + + + | + + + + | + + + + + + + + + ~~ + + ~~ + + +