summaryrefslogtreecommitdiff
path: root/index.md
blob: 346d661e6d25e6b8f5eb48fe98ecc9b4b20f5fb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: MNEME
tags:
  - test
  - hello/world
test: 5
---

# Hello World
## Blafsa
## adsfad
### dasew
## dasagre

Dies ist ein Test. ^b9af36

<!-- dataview-serializer-js:
const a = 5;
const b = 6;
const c = a + b;

dv.paragraph(`A:: ${a}\nB:: ${b}\nC::${c}`);
-->
<!-- dataview-serializer-js-result -->
A:: 5
B:: 6
C::11
<!-- dataview-serializer-js-result-end -->