larchliu48 downloadsRender AntV Infographic (infographic.antv.vision) code blocks.
Render AntV Infographic code blocks inside Obsidian.
Create a fenced code block with language infographic:
```infographic
template: radial-tree
data:
name: Root
children:
- name: A
- name: B
```
More syntax/examples: https://infographic.antv.vision/learn
npm install
npm run dev
Build:
npm run build