aboutsummaryrefslogtreecommitdiff
path: root/source/00_content/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
commit42f512133535ddd3b542abecc5c96f8a0da6764b (patch)
treeb067a2b86116415d78c276401f103748390e8d5f /source/00_content/pages/projects/static_xslt.md
parent23f6297c212525d71692eb7ee8e6e096ad4711a3 (diff)
downloadblog.kummerlaender.eu-42f512133535ddd3b542abecc5c96f8a0da6764b.tar
blog.kummerlaender.eu-42f512133535ddd3b542abecc5c96f8a0da6764b.tar.gz
blog.kummerlaender.eu-42f512133535ddd3b542abecc5c96f8a0da6764b.tar.bz2
blog.kummerlaender.eu-42f512133535ddd3b542abecc5c96f8a0da6764b.tar.lz
blog.kummerlaender.eu-42f512133535ddd3b542abecc5c96f8a0da6764b.tar.xz
blog.kummerlaender.eu-42f512133535ddd3b542abecc5c96f8a0da6764b.tar.zst
blog.kummerlaender.eu-42f512133535ddd3b542abecc5c96f8a0da6764b.zip
Update markdown syntax to use pandoc's peculiarities
Diffstat (limited to 'source/00_content/pages/projects/static_xslt.md')
-rw-r--r--source/00_content/pages/projects/static_xslt.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/00_content/pages/projects/static_xslt.md b/source/00_content/pages/projects/static_xslt.md
index 8644a6b..b15a9f4 100644
--- a/source/00_content/pages/projects/static_xslt.md
+++ b/source/00_content/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.