aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]]