diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-12 16:50:29 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-12 16:50:29 -0500 |
commit | 10a2895b3b2814636050176948253d1ca9067217 (patch) | |
tree | 7635fee41d0f8b0dfb993ef94bb2dd8d8bfe1a8e /doc/bugs | |
parent | d1b02ff65982cad05df34fa217d2bd0a4d9a574b (diff) | |
download | ikiwiki-10a2895b3b2814636050176948253d1ca9067217.tar ikiwiki-10a2895b3b2814636050176948253d1ca9067217.tar.gz |
* shortcut: Expand %S to the raw input text, not url-encoded.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/shortcut_encoding.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/shortcut_encoding.mdwn b/doc/bugs/shortcut_encoding.mdwn index b4a159004..bb335906a 100644 --- a/doc/bugs/shortcut_encoding.mdwn +++ b/doc/bugs/shortcut_encoding.mdwn @@ -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]] |