summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'index.md')
-rw-r--r--index.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/index.md b/index.md
index a030f95..3a26f08 100644
--- a/index.md
+++ b/index.md
@@ -13,5 +13,10 @@ tags:
Dies ist ein Test. ^b9af36
-test:: 5
-<!-- IQ: =this.test + 3 -->8<!-- /IQ -->
+```dataviewjs
+const a = 5;
+const b = 6;
+
+dv.paragraph(`A = ${a}`);
+dv.paragraph(`B = ${b}`);
+```