summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorDominik Kaiser2026-04-15 22:41:57 +0200
committerDominik Kaiser2026-04-15 22:41:57 +0200
commitc04a49c42cefaa082e6f17633d417a4b4816d942 (patch)
treeb9fa556548e03dce01736cae2d9994d77311bf49 /index.md
parent5d083236925df5505e1b13a313006a209c05c65c (diff)
downloadMNEME-c04a49c42cefaa082e6f17633d417a4b4816d942.tar.gz
MNEME-c04a49c42cefaa082e6f17633d417a4b4816d942.zip
vault backup: 2026-04-15 22:41:57
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 -->