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/static_xslt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/projects/static_xslt.md') diff --git a/pages/projects/static_xslt.md b/pages/projects/static_xslt.md index 8644a6b..b15a9f4 100644 --- a/pages/projects/static_xslt.md +++ b/pages/projects/static_xslt.md @@ -14,13 +14,13 @@ The implementation of the static site generator is contained within the `src/ste These transformations traverse the given source directory, plan tasks[^2] to be executed, process those tasks and summarize the result for the user. -~~~ +``` common:~# ixslt --input make.xml --transformation ../BuildXSLT/build.xsl Tasks processed: 19 Tasks successful: 19 ▶ Generation successful. common:~# -~~~ +``` The first of these transformations `list.xsl` traverses and lists a `source` directory containing various _levels_ depicting the different stages of the actual static site generation process as a base for all further processing. -- cgit v1.2.3