diff options
Diffstat (limited to 'index.md')
| -rw-r--r-- | index.md | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -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 --> |
