Edit dates, polls, tables, and more in the rich text editor

Here is the code in the previous example for testing on your own site:

[graphviz]
digraph G {
  apples -> bananas;
  bananas -> cherries;
  apples -> cherries;
}
[/graphviz]

You may need to enable this plugin first from the Admin menu.

1 Like