Mermaid docs should be working with the Material for Mkdocs version that is in the techdocs container but they do not. https://squidfunk.github.io/mkdocs-material/reference/diagrams/ I have added to my mkdocs.yml: ``` - pymdownx.superfences: custom_fences: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format ``` I have this in my doc: ```mermaid erDiagram entitlement { bigInt id timestamp iat varchar identifier jsonb result_set } ``` I see this in Backstage: 
Mermaid docs should be working with the Material for Mkdocs version that is in the techdocs container but they do not.
https://squidfunk.github.io/mkdocs-material/reference/diagrams/
I have added to my mkdocs.yml:
I have this in my doc:
erDiagram entitlement { bigInt id timestamp iat varchar identifier jsonb result_set }I see this in Backstage: