We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If there are directives in the mermaid code, it is not rendered by this extension.
Example:
```mermaid flowchart LR %%{init: {'flowchart':{'useMaxWidth': false}}}%% A --> B A --> C B --> C ```
This causes an error:
Parse error on line 2: flowchart LR %%{init: {'flowchart --------------^ Expecting 'SEMI', 'NEWLINE', 'SPACE', 'EOF', 'subgraph', 'end', 'acc_title', 'acc_descr', 'acc_descr_multiline_value', 'AMP', 'ALPHA', 'COLON', 'STYLE', 'LINKSTYLE', 'CLASSDEF', 'CLASS', 'CLICK', 'DOWN', 'DEFAULT', 'NUM', 'COMMA', 'MINUS', 'BRKT', 'DOT', 'direction_tb', 'direction_bt', 'direction_rl', 'direction_lr', 'PUNCTUATION', 'UNICODE_TEXT', 'PLUS', 'EQUALS', 'MULT', 'UNDERSCORE', got 'open_directive'
There is a PR #192 for support of directives, but this seems only for settings.json and not for the mermaid markup parser if I correctly understand.
settings.json
The text was updated successfully, but these errors were encountered:
Seems to be working for me with version 1.21 of this extension:
Sorry, something went wrong.
Thanks, works for me as well now :)
No branches or pull requests
If there are directives in the mermaid code, it is not rendered by this extension.
Example:
This causes an error:
There is a PR #192 for support of directives, but this seems only for
settings.json
and not for the mermaid markup parser if I correctly understand.The text was updated successfully, but these errors were encountered: