Skip to content
New issue

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

Add mermaid directive support #20

Conversation

jakecrews74
Copy link
Contributor

Currently the plugin does not handle mermaid directives. This is because the isMermaidCode check just checks the keyword the mermaid diagram starts with, which will always return false since Mermaid directives have to be first. I added handling to run the check against with the directive removed if included.

@johanneswuerbach johanneswuerbach merged commit 1d637ee into johanneswuerbach:main Feb 21, 2023
@johanneswuerbach
Copy link
Owner

Released as v0.6.0, thank you 🤩

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants