summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-02-17 15:21:50 +0100
committerJonas Smedegaard <dr@jones.dk>2008-02-17 15:21:50 +0100
commitb2d60988eabab6b6e920c18031ffdf1f3e763b65 (patch)
tree4a562401c2a73d20f3dd70fc349d90c39f264280
parent215c7e95e14b665256b46d4860a12b098490447e (diff)
Attempt at getting graph o compile: remove surrounding digraph curly quotes.
-rw-r--r--ikisystem.mdwn2
1 files changed, 0 insertions, 2 deletions
diff --git a/ikisystem.mdwn b/ikisystem.mdwn
index a60cbb9..e24c2c2 100644
--- a/ikisystem.mdwn
+++ b/ikisystem.mdwn
@@ -8,7 +8,6 @@ Here's a graph of the interaction between the various parts of ikiwiki itself
and different kinds of users:
[[graph src="""
-digraph G {
// rankdir=LR
// rotate=90
center=1
@@ -96,5 +95,4 @@ digraph G {
{rank=same; search_query txt media tmpl}
{rank=same; iki_form search_form}
// {rank=same; webpages webpages_admin webpages_searchresult}
-}
"""]]