2007-11-07 11:25:31 +01:00
|
|
|
# Quotation marks inside the title parameter?
|
|
|
|
|
|
|
|
How can I use quotation marks inside the title parameter? Is it possible?
|
|
|
|
|
|
|
|
I was trying to escape them using backslashes (title="Foo \"Bar\" Baz")
|
|
|
|
or "cheat" ikiwiki using apostrophes (title='Foo "Bar" Baz'), but unfortunately
|
|
|
|
no success.
|
|
|
|
|
|
|
|
Now I've work-arounded it using apostrophes in another way
|
2007-11-07 11:27:12 +01:00
|
|
|
(title="Foo ''Bar'' Baz") :)
|
|
|
|
|
2007-11-07 17:47:01 +01:00
|
|
|
--[[Paweł|ptecza]]
|
|
|
|
|
2007-12-09 02:04:18 +01:00
|
|
|
> As with any other parameter in a [[ikiwiki/preprocessordirective]], you can
|
2007-11-07 17:47:01 +01:00
|
|
|
> triple-quote, and then include quotation marks inside. --[[Joey]]
|
2007-11-07 20:52:24 +01:00
|
|
|
|
|
|
|
>> Thanks for the hint! Toggle plugin is probably my favourite ikiwiki
|
2007-12-09 02:04:18 +01:00
|
|
|
>> plugin, but I forget about that :D --[[Paweł|ptecza]]
|