I try to use this theme plugin to display the graph
Link: https://squidfunk.github.io/mkdocs-material/reference/diagrams/?h=mermaid
the settings file:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid-experimental
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- https://unpkg.com/mermaid@8.6.4/dist/mermaid.min.js
all i got is this.. enter image description here
i dont think it is version problem
Has anyone got any suggestions?thanks
This was part of the insiders offer at your time. If you upgrade your mkdocs-material version it should work.