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

Support mermaid.js for markdown diagrams #3116

Closed
atodorov opened this issue Mar 23, 2023 · 1 comment · Fixed by kiwitcms/enterprise#407
Closed

Support mermaid.js for markdown diagrams #3116

atodorov opened this issue Mar 23, 2023 · 1 comment · Fixed by kiwitcms/enterprise#407

Comments

@atodorov
Copy link
Member

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.

@patelutpal
Copy link

@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
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants