vscode-mermaid-syntax-highlight icon indicating copy to clipboard operation
vscode-mermaid-syntax-highlight copied to clipboard

Markdown syntax support for the Mermaid charting language

Results 15 vscode-mermaid-syntax-highlight issues
Sort by recently updated
recently updated
newest added

Like this: ![image](https://user-images.githubusercontent.com/31954237/188296316-11bc5a84-c88b-4e02-ab30-5a544909725a.png) Text (added a % in line 4): ```txt ```mermaid flowchart LR id1([":)"]) %``` 1. test ```cpp #include ``` ```cpp #include ``` ```mermaid flowchart LR id1([":("]) ``` ```cpp...

![image](https://user-images.githubusercontent.com/107921024/174815143-cb4792a4-56fa-403f-bb62-d3e1506ab809.png) Note that Mermaid Preview is also sometimes in trouble: ![image](https://user-images.githubusercontent.com/107921024/174815217-686b03bc-f488-4915-ab25-1538dd744e86.png)

```mermaid flowchart TB subgraph HQA测试调试 direction LR 数据log确认==>多电压测试==>高低温测试 subgraph 数据log确认 数据完整性 数据完整性 end subgraph 多电压测试 多电压测试1 end subgraph 高低温测试 高温测试 低温测试 end subgraph datadeal 数据处理 end 数据log确认-.->datadeal 多电压测试-.->datadeal 高低温测试-.->datadeal end...

This extension become a pretty popular. It has 61315 of downloads. This is almost half of downloads that Markdown Preview Mermaid Support has. It's a good progress!! I think it's...

help wanted

It would make it more accessible for people using VSCodium and other editors. https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

I noticed that if i created an independent mermaid file, syntax highlighting was completely broken. So i fixed it. Introduces "glob" as a build dependency, because it was expedient to...

This is based on https://code.visualstudio.com/api/language-extensions/language-configuration-guide#comment-toggling I wasn’t sure how to test this.

For instance, the undermentioned code: ~~~.MD 1. ## **Heading** ```mermaid graph TD; A-->B; A-->C; B-->D; C-->D; ``` ~~~ renders in GitHub and https://marketplace.visualstudio.com/_apis/public/gallery/publishers/bierner/vsextensions/markdown-mermaid/1.22.0/vspackage: 1. ## **Heading** ```mermaid graph TD; A-->B;...