-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Mermaid Support #225
Comments
I created a Mermaid diagram using Azure DevOps but it does not display on Visual Studio 2022 using MarkdownEditor. For example:
|
It is strange as I see other posts that show that mermaid is supported in the preview - but I've tried both ``` blocks and ::: blocks as required by ADO but I only get the mermaid text in the preview. Is there a trick to making this work in 2019? |
Use |
Although for me it ends up rendering both some malformed source code text, plus the rendered image too small in size with overflow hidden. |
Installed product versions
Description
Could we (help to) add Mermaid support for Sequence Diagrams?
As such: https://github.com/mjbvz/vscode-markdown-mermaid
This is supported by de Wiki implementation in Azure Devops
Mermaid docs: https://mermaid-js.github.io/mermaid/#/
The text was updated successfully, but these errors were encountered: