Hi, Is it possible in JSPwiki to include italicized font in a code sample?
What I want is this
$ cd /install-dir//bin
What I've tried is this:
{{{
$ cd ''install-dir''/bin
}}}
but the quotes are returned literally, so:
$ cd ''install-dir''/bin
Is there a way to do this?
Thanks,
Lana
