-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Support mermaid.js for markdown diagrams #3116
Labels
Comments
@atodorov I was going to add a feature request for mermaid diagrams in markdown. |
atodorov
added a commit
to kiwitcms/enterprise
that referenced
this issue
Jun 11, 2024
Closes kiwitcms/Kiwi#3116 if you type ```mermaid <diagram code goes here> ``` this will be rendered as a PNG image via the https://mermaid.ink service and the image will be automatically injected into the resulting HTML once markdown is rendered.
atodorov
added a commit
to kiwitcms/enterprise
that referenced
this issue
Jun 11, 2024
Closes kiwitcms/Kiwi#3116 if you type ```mermaid <diagram code goes here> ``` this will be rendered as a PNG image via the https://mermaid.ink service and the image will be automatically injected into the resulting HTML once markdown is rendered.
atodorov
added a commit
to kiwitcms/enterprise
that referenced
this issue
Jun 11, 2024
Closes kiwitcms/Kiwi#3116 if you type ```mermaid <diagram code goes here> ``` this will be rendered as a PNG image via the https://mermaid.ink service and the image will be automatically injected into the resulting HTML once markdown is rendered.
atodorov
added a commit
to kiwitcms/enterprise
that referenced
this issue
Jun 12, 2024
Closes kiwitcms/Kiwi#3116 if you type ```mermaid <diagram code goes here> ``` this will be rendered as a PNG image via the https://mermaid.ink service and the image will be automatically injected into the resulting HTML once markdown is rendered.
atodorov
added a commit
to kiwitcms/enterprise
that referenced
this issue
Jun 12, 2024
Closes kiwitcms/Kiwi#3116 if you type ```mermaid <diagram code goes here> ``` this will be rendered as a PNG image via the https://mermaid.ink service and the image will be automatically injected into the resulting HTML once markdown is rendered.
atodorov
added a commit
to kiwitcms/kiwitcms.github.io
that referenced
this issue
Jun 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Will need refactoring of the text editor before this can even be considered.
Not sure how it will play out with the backend rendering of
Markdown.render()
method! Needs some research.The text was updated successfully, but these errors were encountered: