From 7ed33646e005de0b1b802ce1b012ef4eaadd19f1 Mon Sep 17 00:00:00 2001 From: zsviczian Date: Sat, 8 May 2021 19:49:09 +0200 Subject: [PATCH] Update dataviewjs.md --- docs/Examples/dataviewjs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Examples/dataviewjs.md b/docs/Examples/dataviewjs.md index 330c23c..e7f7985 100644 --- a/docs/Examples/dataviewjs.md +++ b/docs/Examples/dataviewjs.md @@ -50,4 +50,5 @@ buildMindmap(tasks.subtasks, 1, 0, tasks.objectID); el.appendChild(svg); })(); ``` -And the output is: \ No newline at end of file +And the output is: +![image](https://user-images.githubusercontent.com/14358394/117548665-71dd8e80-b036-11eb-8a45-4169fdd7cc05.png)