1 2 3 4 5 6 7 8 9 10 11
snippet graphviz "Graphviz dot snippet" \`\`\`{.graphviz} digraph g { rankdir=LR node[shape=none] node[shape=doublecircle] node[shape=circle] $1 } \`\`\` endsnippet