Skip to content

Commit

Permalink
Note box added to mermaid function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
esahon committed Aug 28, 2024
1 parent 57cc3aa commit 096222c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/printing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,10 @@ end
"""
mermaid(diagram::InfluenceDiagram, filename::String="mermaid_graph.png")
Print mermaid graph. NOTE TO USER: Accesses the url mermaid.ink, which is used for graphing.
Print mermaid graph.
!!! note
Accesses the url mermaid.ink, which is used for graphing.
"""
function mermaid(diagram::InfluenceDiagram, filename::String="mermaid_graph.png")
graph_output = graph(diagram)
Expand Down

0 comments on commit 096222c

Please sign in to comment.