ikiwiki/doc/plugins/meta/discussion.mdwn

16 lines
535 B
Plaintext
Raw Normal View History

# 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") :)
2007-11-07 17:47:01 +01:00
--[[Paweł|ptecza]]
> As with any other parameter in a [[preprocessordirective]], you can
> triple-quote, and then include quotation marks inside. --[[Joey]]