redmica / redmica_ui_extension

This plugin adds useful UI improvements to RedMica.
GNU General Public License v2.0
41 stars 12 forks source link

Add mermaid macro #20

Closed ishikawa999 closed 2 years ago

ishikawa999 commented 2 years ago

Add a wiki macro that can be used with the following notation. The text you write in this mermaid macro will be added to the diagram by mermaidjs.

{{mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
}}
demo_mermaid_macro
ishikawa999 commented 2 years ago

I will close this pull request once to fix the mixed changes in https://github.com/redmica/redmica_ui_extension/pull/21