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

Support for Jekyll-Tags; additional to code fences #91

Closed N7K4 closed 3 years ago

N7K4 commented 3 years ago

I am using a markdown based blog with jekyll. Jekyll do have a support for tags, tags are block like {% mytag %} or {%- mytag -%} to trim whitespaces. The tags are woking fine when jekyll generates the html, but not in the preview inside vscode, where it is not recocgnized by the add-in as code.

Would it be possible that this VScode extension can handle jekyll-tag-syntax as well?

{%- mermaid -%}
graph LR
    A-->B
    B-->C
    C-->D
{%- endmermaid -%}

Code fences ``` and ::: works great for preview.

mjbvz commented 3 years ago

Closing as there hasn't been any further interest expressed in this issue since it was opened last December