johanneswuerbach / backstage-plugin-techdocs-addon-mermaid

Backstage TechDocs Mermaid Addon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Titles in diagrams breaks rendering

baldm opened this issue · 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.