GraphViz and DOT language
Please note this site now supports GraphViz using the DOT language.
Here is a simple digraph example:
[graphviz]
digraph G {
apples -> bananas;
bananas -> cherries;
apples -> cherries;
}
[\graphviz]
digraph G {
apples -> bananas;
bananas -> cherries;
apples -> cherries;
}
More here:
And for further recent features in Discourse, see:
▢