aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-27 14:46:11 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-27 14:46:11 +0000
commit5770435feb4bf7b57dd4a9fcfaa29868f9af9fc3 (patch)
tree8a03bf74ad7b89da31193201d3e8cfc4628f05a5 /doc
parentb9471f653ff2797e4ab058d2e2540da02843fb51 (diff)
downloadikiwiki-5770435feb4bf7b57dd4a9fcfaa29868f9af9fc3.tar
ikiwiki-5770435feb4bf7b57dd4a9fcfaa29868f9af9fc3.tar.gz
web commit by http://jeremie.koenig.myopenid.com/: whoops
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/format_escape.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/format_escape.mdwn b/doc/todo/format_escape.mdwn
index fe16be37b..8921b57ad 100644
--- a/doc/todo/format_escape.mdwn
+++ b/doc/todo/format_escape.mdwn
@@ -76,7 +76,7 @@ which aren't used as real extensions but provide useful intermediate types.
>> the preprocessed source. This way you can use docutils to convert your
>> rst documents to other formats. Raw html would be loosed in such a
>> process (both with directives and marks), which is another
->> argument for "_link" and other intermediate forms. I think I can
+>> argument for `"_link"` and other intermediate forms. I think I can
>> come up with a way for rst's convert_link to be used only for export
>> purposes, though.