summaryrefslogtreecommitdiff
path: root/doc/todo/metadata.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/metadata.mdwn')
-rw-r--r--doc/todo/metadata.mdwn10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/todo/metadata.mdwn b/doc/todo/metadata.mdwn
index bf8191330..361f00351 100644
--- a/doc/todo/metadata.mdwn
+++ b/doc/todo/metadata.mdwn
@@ -1,7 +1,7 @@
There should be a way to add metadata to a page. Probably a plugin could do
this, for example:
- \[[meta foo="bar"]]
+ \[[!meta foo="bar"]]
Uses for this include:
@@ -11,9 +11,9 @@ Uses for this include:
except it doesn't have to show up in the page text.
* Recording page licenses.
-[[meta link=done]]
-[[meta title="supporting metadata..."]]
-[[meta author="Joey Hess"]]
-[[meta link="foo.css" rel="stylesheet" type="text/css"]]
+[[!meta link=done]]
+[[!meta title="supporting metadata..."]]
+[[!meta author="Joey Hess"]]
+[[!meta link="foo.css" rel="stylesheet" type="text/css"]]
[[todo/done]]