]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/shortcut_encoding.mdwn
properly encode and decode from/to utf8 when sending rpc to ikiwiki
[ikiwiki.git] / doc / bugs / shortcut_encoding.mdwn
index b4a1590049e4e5dba2f81e75189870b269b50433..66fd810233ffcb42ec98ed652eae98008755618e 100644 (file)
@@ -4,7 +4,7 @@
     Might this be a problem of the web server?
 
 Also, I'd like to put the shortcut usages into backticks
--- `[[iki shortcuts]]` --
+-- `[[!iki shortcuts]]` --
 to have them displayed in the usual backtick-formatting.
 That also doesn't work, but this is an already-reported issue, as far as I know.
 
@@ -24,3 +24,5 @@ That also doesn't work, but this is an already-reported issue, as far as I know.
 > doesn't decode the escaped characters in the path string.
 > 
 > I could add a %S that is not escaped, and leave %s escaped.. --[[Joey]]
+> 
+> [[done]]