summaryrefslogtreecommitdiffhomepage
path: root/resources/md
diff options
context:
space:
mode:
authorCamil Staps2021-06-23 09:25:36 +0200
committerCamil Staps2021-06-23 09:25:36 +0200
commit9b8045e9ff6fc02dde1f0e14ecb419d852352633 (patch)
treefd0a206697ca520079f7737f9f669c80787ffc35 /resources/md
parentReplace menuItem mixin in sidebar layout with single menu mixin (diff)
Setup infrastructure for articles written in markdown
Diffstat (limited to 'resources/md')
-rw-r--r--resources/md/2021-06-22-clean-sandbox.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/md/2021-06-22-clean-sandbox.md b/resources/md/2021-06-22-clean-sandbox.md
new file mode 100644
index 0000000..623a080
--- /dev/null
+++ b/resources/md/2021-06-22-clean-sandbox.md
@@ -0,0 +1,7 @@
+Example of an article with markdown.
+
+See https://camilstaps.gitlab.io/clean-sandbox.
+
+```js
+let xyz = 5;
+```