aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2012-04-25 11:19:23 -0400
committeradmin <admin@branchable.com>2012-04-25 11:19:23 -0400
commit33ebb726e331228366c1e1d789f0eafc639c322e (patch)
tree9750c88eedea647f16acce14c66d96b586557d6d /doc
parent566c5c43504e8843e24845749692af9421456dd5 (diff)
downloadikiwiki-33ebb726e331228366c1e1d789f0eafc639c322e.tar
ikiwiki-33ebb726e331228366c1e1d789f0eafc639c322e.tar.gz
can just be wrapped in HTML
Diffstat (limited to 'doc')
-rw-r--r--doc/ikiwiki/directive/graph/discussion.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/graph/discussion.mdwn b/doc/ikiwiki/directive/graph/discussion.mdwn
index 77bc9c19f..03dbb3813 100644
--- a/doc/ikiwiki/directive/graph/discussion.mdwn
+++ b/doc/ikiwiki/directive/graph/discussion.mdwn
@@ -20,3 +20,6 @@ I have found this patch to be the only way I can float graphs to the right:
"""]]
Then I can use `[[!graph class="align-right" ...]]`.. --[[anarcat]]
+
+> You can already use `<div class="align-right">[[!graph ...]]</div>`,
+> doesn't that have the same practical effect? --[[smcv]]