]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/meta/discussion.mdwn
ikiwiki (3.20140916) unstable; urgency=low
[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]]
14 > As with any other parameter in a [[ikiwiki/directive]], you can
15 > triple-quote, and then include quotation marks inside. --[[Joey]]
17 >> Thanks for the hint! Toggle plugin is probably my favourite ikiwiki
18 >> plugin, but I forget about that :D --[[PaweÅ‚|ptecza]]