summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorDominik Kaiser2026-04-15 21:06:23 +0200
committerDominik Kaiser2026-04-15 21:06:23 +0200
commit1c9602f44dbdfd9f2ff5e98f6b325ffca520d496 (patch)
treebf5db581791d8922d3326f2ac6971c9e26f218c5 /index.md
parent18c10d04d210c3289046b3e88b33dcec2326c7c0 (diff)
downloadMNEME-1c9602f44dbdfd9f2ff5e98f6b325ffca520d496.tar.gz
MNEME-1c9602f44dbdfd9f2ff5e98f6b325ffca520d496.zip
vault backup: 2026-04-15 21:06:23
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}`);
+```