**Feature Request**
Wiki pages, and bug descriptions can sometimes benefit from being able to show simple flowcharts and diagrams.
If I could add code like:
digraph foo {
"bar" -> "baz";
}
right in wiki/bug markup and see the image in the rendered html, I feel that would help.