mjbvz / vscode-markdown-mermaid

Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid
MIT License
630 stars 112 forks source link

Title Attribute Not Displayed #260

Closed gov-hs-A7247 closed 2 weeks ago

gov-hs-A7247 commented 3 weeks ago

When you add a "title" to a mermaid file, the title does not display.

Example:

::: mermaid
---
title: Class Diagram
---
classDiagram
:::
mjbvz commented 2 weeks ago

Works fine for me with:

```mermaid
...
```

But seems broken with :::