blob: 42e32e7d4deda6387a6a66147d5a97335e9e9959 (
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
29
30
31
32
33
|
---
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 -->
Test[^1]
> This is a quote.
> Yeah
[^1]: This is a test.
|