aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/static_xslt.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-01-17 20:44:31 +0100
committerAdrian Kummerlaender2017-01-17 20:44:31 +0100
commit9bb990c9a663edc43aebb87ed84b00e6d90685c0 (patch)
treefcb40f5c4f94f7e1b89d3495a20d82e4cbd6db90 /pages/projects/static_xslt.md
parentb84e7973d91e066aa3c0e9e5660e30401916fd5f (diff)
downloadblog_content-9bb990c9a663edc43aebb87ed84b00e6d90685c0.tar
blog_content-9bb990c9a663edc43aebb87ed84b00e6d90685c0.tar.gz
blog_content-9bb990c9a663edc43aebb87ed84b00e6d90685c0.tar.bz2
blog_content-9bb990c9a663edc43aebb87ed84b00e6d90685c0.tar.lz
blog_content-9bb990c9a663edc43aebb87ed84b00e6d90685c0.tar.xz
blog_content-9bb990c9a663edc43aebb87ed84b00e6d90685c0.tar.zst
blog_content-9bb990c9a663edc43aebb87ed84b00e6d90685c0.zip
Update markdown syntax to use pandoc's peculiarities
Diffstat (limited to 'pages/projects/static_xslt.md')
-rw-r--r--pages/projects/static_xslt.md4
1 files changed, 2 insertions, 2 deletions
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.