jekyll-mermaid
By jasonbellamy
Simplify the creation of mermaid diagrams and flowcharts in your posts and pages
To install, add this to your Gemfile:
gem "jekyll-mermaid"
  and run bundle install. To use, run Jekyll with
  bundle exec preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve