--- 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}`); ```