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
648 stars 119 forks source link

Breaking Release 1.8.0 #77

Closed RonMallory closed 4 years ago

RonMallory commented 4 years ago

Release 1.8.0 is not rendering mermaid diagrams and displaying raw text in code blocks.

Additionally, it is not rendering ::: blocks.

However, pulling 1.8.0 and building locally it does render the diagrams

@rafalkasa @mjbvz

Recommend revert changes until we can validate what is occurring.

screenshot_20200820_084530

edit to link the related Pull Request76

RonMallory commented 4 years ago

Related to Issue 36

mjbvz commented 4 years ago

Fixed by 41d271fd805539ef4377fbea221c91c8726824c5

rafalkasa commented 4 years ago

@RonMallory thank you to report the bug, @mjbvz sorry it's my fault thank you for fix it 👍