]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/meta/discussion.mdwn
438a0cc043e0f4679b71ce27424edca2523780f5
[git.ikiwiki.info.git] / doc / plugins / meta / discussion.mdwn
1 # Quotation marks inside the title parameter?
3 How can I use quotation marks inside the title parameter? Is it possible?
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.
9 Now I've work-arounded it using apostrophes in another way
10 (title="Foo ''Bar'' Baz") :)
12 --[[Paweł|ptecza]]