summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorDominik Kaiser2026-04-15 21:13:21 +0200
committerDominik Kaiser2026-04-15 21:13:21 +0200
commit5d083236925df5505e1b13a313006a209c05c65c (patch)
tree5e44e58878a9687826b062bed2c0eed117ab5f84 /index.md
parent1c9602f44dbdfd9f2ff5e98f6b325ffca520d496 (diff)
downloadMNEME-5d083236925df5505e1b13a313006a209c05c65c.tar.gz
MNEME-5d083236925df5505e1b13a313006a209c05c65c.zip
vault backup: 2026-04-15 21:13:21
Diffstat (limited to 'index.md')
-rw-r--r--index.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/index.md b/index.md
index 3a26f08..cbd3385 100644
--- a/index.md
+++ b/index.md
@@ -13,10 +13,9 @@ tags:
Dies ist ein Test. ^b9af36
-```dataviewjs
-const a = 5;
-const b = 6;
-
-dv.paragraph(`A = ${a}`);
-dv.paragraph(`B = ${b}`);
-```
+<!-- dataview-serializer-js:
+dv.paragraph("Hello World")
+-->
+<!-- dataview-serializer-js-result -->
+Hello World
+<!-- dataview-serializer-js-result-end -->