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

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

Dies ist ein Test. ^b9af36

```dataviewjs
const a = 5;
const b = 6;

dv.paragraph(`A = ${a}`);
dv.paragraph(`B = ${b}`);
```