iamcco/markdown-preview.nvim

mermaid在html <details> 中无法被正确渲染

Open

#327 geöffnet am 14. Apr. 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (246 Forks)batch import
help wantedsafari

Repository-Metriken

Stars
 (5.538 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Describe the bug mermaid在html <details> 中无法被正确渲染

To Reproduce 比如md文件有如下的内容,在预览的页面中, 展开折叠后的mermaid是无法被显示的

<details>

<summary>fold</summary>

This is some text

```mermaid
graph LR
A --> B
B --> C
```

This is more text.

</details>

Expected behavior 期望是details被展开,mermaid也能争取显示

Screenshots image

Desktop (please complete the following information):

  • OS: macOS Big Sur

Contributor Guide