Skip to content

Implement Mermaid support

Gabriel Mazetto requested to merge 5-mermaid-support into master

Added support for Mermaid diagrams

Mermaid requires their Javascript to be loaded and a specific HTML output.

This change adds that specific HTML output to the HTML Converter. You still need to provide the Mermaid JS file in your template when using it in combination with this gem.

Closes #5 (closed)

Edited by Gabriel Mazetto

Merge request reports