bpruitt-goddard/vscode-mermaid-syntax-highlight

No highlight within the order

freshchild opened this issue · 3 comments

Like this:

image

Text (added a % in line 4):

```mermaid
flowchart LR
    id1([":)"])
%```

1. test

    ```cpp
    #include <complex>
    ```

    ```cpp
    #include <complex>
    ```

    ```mermaid
    flowchart LR
        id1([":("])
    ```

    ```cpp
    #include <complex>
    ```

Same issue here. How can we help on this?

I haven't had a chance to investigate this yet, but it is most likely an issue with the declaration of the markdown codeblocks here if you wanted to take a look.