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
9 Now I've work-arounded it using apostrophes in another way
10 (title="Foo ''Bar'' Baz") :)