aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorhttp://joeyh.name/ <joey@web>2013-03-28 18:01:25 -0400
committeradmin <admin@branchable.com>2013-03-28 18:01:25 -0400
commitbd7f580690fc2bcd1fb8e23be3a8ae36b5de5dcd (patch)
tree8b003de19058fc922be5b47c932977262d136fd8 /doc/ikiwiki
parent96c774296cd094e8cf73239cc992dd3b39a3d242 (diff)
downloadikiwiki-bd7f580690fc2bcd1fb8e23be3a8ae36b5de5dcd.tar
ikiwiki-bd7f580690fc2bcd1fb8e23be3a8ae36b5de5dcd.tar.gz
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/tag/discussion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/tag/discussion.mdwn b/doc/ikiwiki/directive/tag/discussion.mdwn
index 0317eb5b4..23352ebe7 100644
--- a/doc/ikiwiki/directive/tag/discussion.mdwn
+++ b/doc/ikiwiki/directive/tag/discussion.mdwn
@@ -7,3 +7,7 @@ However as there are quite a lot of them it would make sense to have an overview
... except the news pages are written in HTML, not any markup language into which a tag can be placed.
question: what is the directive which allows an HTML page to have embedded within it a markup "tag"?
+
+> You can use the tag directive in `.html` pages, just like in `.mdwn` pages. This is if you're using
+> the default html plugin. If you instead use the rawhtml plugin, ikiwiki just copies your html files
+> and directives in them won't work. --[[Joey]]