blob: 814b93a41bbc95b6030d0e178ef2e8a0eeab9311 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
(title="Foo ''Bar'' Baz") :)
--[[Paweł|ptecza]]
> As with any other parameter in a [[ikiwiki/directive]], you can
> triple-quote, and then include quotation marks inside. --[[Joey]]
>> Thanks for the hint! Toggle plugin is probably my favourite ikiwiki
>> plugin, but I forget about that :D --[[Paweł|ptecza]]
|