]> scripts.mit.edu Git - www/ikiwiki.git/blob - doc/plugins/meta/discussion.mdwn
web commit by http://ptecza.myopenid.com/: * Added forgotten signature
[www/ikiwiki.git] / doc / plugins / meta / discussion.mdwn
1 # Quotation marks inside the title parameter?
2
3 How can I use quotation marks inside the title parameter? Is it possible?
4
5 I was trying to escape them using backslashes (title="Foo \"Bar\" Baz")
6 or "cheat" ikiwiki using apostrophes (title='Foo "Bar" Baz'), but unfortunately
7 no success.
8
9 Now I've work-arounded it using apostrophes in another way
10 (title="Foo ''Bar'' Baz") :)
11
12 --[[Paweł|ptecza]]