summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'index.md')
-rw-r--r--index.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/index.md b/index.md
index cbd3385..346d661 100644
--- a/index.md
+++ b/index.md
@@ -1,8 +1,9 @@
---
title: MNEME
tags:
-- test
-- hello/world
+ - test
+ - hello/world
+test: 5
---
# Hello World
@@ -14,8 +15,14 @@ tags:
Dies ist ein Test. ^b9af36
<!-- dataview-serializer-js:
-dv.paragraph("Hello World")
+const a = 5;
+const b = 6;
+const c = a + b;
+
+dv.paragraph(`A:: ${a}\nB:: ${b}\nC::${c}`);
-->
<!-- dataview-serializer-js-result -->
-Hello World
+A:: 5
+B:: 6
+C::11
<!-- dataview-serializer-js-result-end -->