diff options
Diffstat (limited to 'index.md')
| -rw-r--r-- | index.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -13,5 +13,10 @@ tags: Dies ist ein Test. ^b9af36 -test:: 5 -<!-- IQ: =this.test + 3 -->8<!-- /IQ --> +```dataviewjs +const a = 5; +const b = 6; + +dv.paragraph(`A = ${a}`); +dv.paragraph(`B = ${b}`); +``` |
