From 9bb990c9a663edc43aebb87ed84b00e6d90685c0 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 17 Jan 2017 20:44:31 +0100 Subject: Update markdown syntax to use pandoc's peculiarities --- pages/projects/build_xslt.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'pages/projects/build_xslt.md') diff --git a/pages/projects/build_xslt.md b/pages/projects/build_xslt.md index 9c71677..83ce4e6 100644 --- a/pages/projects/build_xslt.md +++ b/pages/projects/build_xslt.md @@ -18,17 +18,16 @@ The source code of _BuildXSLT_ is available on both my [Github] profile and [cgi While _BuildXSLT_ offers enough flexibility for all kinds of different XSLT based generation tasks it was specifically built to cater for the requirements of the [static site generator] this site is built with. As such its module definition file and the _XML Makefile_ used to call it makes for the best demonstration of what one can do with _BuildXSLT_: -~~~ +```xsl src/steps/list.xsl src/steps/plan.xsl src/steps/process.xsl src/steps/summarize.xsl -~~~ -{: .language-xsl} +``` -~~~ +```xsl @@ -40,8 +39,7 @@ While _BuildXSLT_ offers enough flexibility for all kinds of different XSLT base [StaticXSLT.xml] -~~~ -{: .language-xsl} +``` [InputXSLT]: /page/input_xslt/ [static site generator]: /page/static_xslt/ -- cgit v1.2.3