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
On live reload (i.e. modifying the mermaid code block) it gets rendered as a regular markdown code block instead of a Mermaid chart.
Have a document such as
```mermaid flowchart LR A[foo]-->B[bar] ```
which renders as (screenshot):
Start editing the mermaid block, such as
```mermaid flowchart LR A[foo]-->B[bar] B-->C ```
It renders as this (screenshot):
until manual page refresh:
vivify-git
vivify-server v0.6.3.r0.g5d07d16-1-aur
The text was updated successfully, but these errors were encountered:
refactor(#194): client side script as module
178e8f5
refactor(#194): mermaid in client script file
3a1a785
fix(#194): auto-reload mermaid
14ef0f7
refactor(#194): scroll method
822a2a8
chore(#194): readability
ac3a18b
bf470ff
refactor(#194): async message listener
7355e2b
Successfully merging a pull request may close this issue.
Description
On live reload (i.e. modifying the mermaid code block) it gets rendered as a regular markdown code block instead of a Mermaid chart.
To Reproduce
Have a document such as
which renders as (screenshot):
Start editing the mermaid block, such as
It renders as this (screenshot):
until manual page refresh:
Context
vivify-git
(AUR)vivify-server v0.6.3.r0.g5d07d16-1-aur
The text was updated successfully, but these errors were encountered: