Closed paulo-ferraz-oliveira closed 1 year ago
Out-of-the-box support for Mermaid is provided via rebar.config option with_mermaid, as follows:
rebar.config
with_mermaid
{ex_doc, [ {with_mermaid, true} ]}.
or
{ex_doc, [ {with_mermaid, "10.2.4"} ]}.
Check out what this looks like in doc/index.html.
doc/index.html
graph TD; A-->B; A-->C; B-->D; C-->D;
Closes #50.
Will cut a new release tomorrow.
Support for Mermaid
Out-of-the-box support for Mermaid is provided via
rebar.config
optionwith_mermaid
, as follows:or
Check out what this looks like in
doc/index.html
.Closes #50.