Hi, I operate according to the document, but the rendering result is really blank. I took a look at the document of markmap lib. The first step is to get the data and the second step is to render. However, the rendering relies on DOM elements. I don't know how to solve this problem. Do you encounter such a problem?
<svg class="markmap-svg">{"t":"heading","d":1,"v":"root","c":[{"t":"heading","d":2,"v":"child1","c":[{"t":"list_item","d":3,"v":"child3"}]},{"t":"heading","d":2,"v":"child2","c":[{"t":"list_item","d":3,"v":"child3"}]}]}</svg>
Hi, I operate according to the document, but the rendering result is really blank. I took a look at the document of markmap lib. The first step is to get the data and the second step is to render. However, the rendering relies on DOM elements. I don't know how to solve this problem. Do you encounter such a problem?