I just use
%%quote
This is a quote
%%
This is a pre-defined style in some of the newer versions of
jspwiki. If you don't have it, you can define it in your own
jspwiki.css:
.quote {
border-left:4px solid silver;
padding-left:1.5em;
}
Personally, I changed the color to blue, but whatever works for you :-)
(And no, it's not actually a <blockquote>, but it fulfils the same
thing. It even nests.)
/Janne
On 20 Dec 2007, at 08:08, Ethan Larson wrote:
Hi list,
I'm planning on using JSP wiki to allow wiki markup with my blog.
I might just be missing it, but is there any way to do a
blockquote? I find myself quoting others in my posts often, and
would like an easy way to differentiate the quoted part.
Thanks,
Ethan