-
Notifications
You must be signed in to change notification settings - Fork 373
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
Markdown: Diagrams, Graphs, Flowcharts with Mermaid #720
Comments
Why not graphviz? |
@pschwede In contrast to that, graphviz is a fat native/c++ based library, that requires NDK and blows up app size, while it's only for a minority of users helpful. Also not have notice graphviz expliciteley somehwere yet. Does this answer your question? |
I would also suggest looking into plantuml. |
I dont much care which, it needs somebody who works on it /develops it. So please, if you want it, if you need it - work on it and send a PR. |
Does it mean to modify the source code to integrate |
@HOMMEEN Most probably you need to modify source code of Markor for proper integration, yes. I won't reply additionally to your email, as you have it here. |
…#1581) The flexmark GitlabExtension already has support for mermaid flowcharts etc. This change adds the required JavaScript asset. Mermaid graphs can be added as code of type 'mermaid': \`\`\`mermaid flowchart LR id1["This is the (text) in the box"] \`\`\`
General information
Description
This hacktoberfest issue is about adding support for mermaid.js to Markor, which allows to create diagrams via Markdown.
Note that Markor's markdown parser, flexmark also has features for Mermaid. Please have a look at the infos here (flexmark-extensions wiki) and make use of it.
For reference howto integrate Mermaid: previously KaTex was integrated into Markor, it also has javascript&css files bundled via assets and shows in View mode.
The text was updated successfully, but these errors were encountered: