Skip to content

ocamler/redmine_mermaid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redmine_mermaid

mermaid.js plugin for redmine

Installation

Copy this plugin into the Redmine plugins directory

Usage

Mermaid diagrams can be added as follow:

{{mermaid()
graph LR;
  A[start]
  B[end]
  A --> B
}}

About

mermaid.js plugin for redmine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 78.3%
  • Ruby 21.7%