johanneswuerbach/backstage-plugin-techdocs-addon-mermaid

Titles in diagrams breaks rendering

baldm opened this issue · 0 comments

Hello!

Thank you for implementing this plugin!
I have a small request: Being able to include a title in a diagram. E.g:

---
title: OcppServer class diagram
---
classDiagram
    direction LR

Will not render as a mermaid diagram and just format as a regular code block.