aboutsummaryrefslogtreecommitdiff
path: root/source/00_content/pages/projects/const_list.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/const_list.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/const_list.md')
-rw-r--r--source/00_content/pages/projects/const_list.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/00_content/pages/projects/const_list.md b/source/00_content/pages/projects/const_list.md
index 9a5c18c..efd60a0 100644
--- a/source/00_content/pages/projects/const_list.md
+++ b/source/00_content/pages/projects/const_list.md
@@ -22,7 +22,7 @@ Note that these restrictions were overcome in my [second attempt] at this proble
## Usage example
-~~~
+```cpp
const int sum{
ConstList::foldr(
ConstList::make(1, 2, 3, 4, 5),
@@ -32,8 +32,7 @@ const int sum{
0
)
}; // => 15
-~~~
-{: .language-cpp}
+```
[Github]: https://github.com/KnairdA/ConstList/
[cgit]: http://code.kummerlaender.eu/ConstList/