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
640 stars 115 forks source link

This does not work in VSCode python notebooks #137

Closed MichaelJFishmanBA closed 1 year ago

MichaelJFishmanBA commented 2 years ago

This extension works in markdown files. It does not work in markdown cells within jupyter notebooks (.ipynb files).

I'm using the following as an example graph.

graph TD
a --> b