Migrate to Mkdocs to Zensical - with Vegalite graphics - experience?
Small help if anyone has encountered this when looking at moving to Zensical.
Taking a look at Zensical to see if it can easily replace current Mkdocs-Material setup.
Most of it looks fine.
However the graphics, driven by the vegalite markdown extensions do not want to display - simply shows the source JSON code from the markdown file, rather than the graphs you get with Mkdocs.
Relevant sections of mkdocs.yml are:-
markdown\_extensions:
- pymdownx.superfences:
custom\_fences:
- name: vegalite
class: vegalite
format: !!python/name:mkdocs\_charts\_plugin.fences.fence\_vegalite
extra\_javascript:
- https://cdn.jsdelivr.net/npm/vega@6
- https://cdn.jsdelivr.net/npm/vega-lite@6
- https://cdn.jsdelivr.net/npm/vega-embed@6