summaryrefslogtreecommitdiff
path: root/Datei Zwei.md
blob: b48cdc9dd26de0aa05f8fcc3ba2920b6a992f3cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: Blablabla
tags: test
---

# Hohoho
Dies ist eine zweite Datei mit einem Link auf [[index|MNEME]]

```
Hello World
```
olum:: 5
<!-- IQ: =[[index]].C -->11<!-- /IQ -->

```dataviewjs
const hi = parseInt(dv.current().olum);
dv.paragraph(hi);
```