Mermaid Demo Page Fails to Display Diagrams
The Mermaid example on the Backstage demo page is not rendering the diagrams as expected. The issue can be observed on the following page.
Mermaid Example - Backstage Demo
Code Reference: https://github.com/backstage/demo/blob/master/docs/examples/mermaid.md?plain=1#L15-L20
Expected behavior:
- The Mermaid diagrams should be rendered and visible.
Actual behavior:
- The diagrams are not rendered.
Thanks for flagging this @DaisukeHirabayashi, I had noticed this the other day as well but never had the chance to follow up, this is a good reminder. Feel free to investigate more as well if you have time and would like. 👍
Just noticed this seems to be working again? 🤷
Closing as we are using a different method for rendering these: https://github.com/backstage/demo/pull/542