Marking text blocks as quote
While Trac offers a markup for for blockquotes, this notation is uncomfortable for larger quotes. For such cases using the blockquote WikiProcessor might be a better solution.
How to blockquote
To inform the wiki engine that a block of text should be treated as blockquote, use the blockquote processor.
This example should explain:
{{{
#!blockquote
This text is from someone else. The wiki engine will enclose the whole block in <blockquote></blockquote> tags.
WikiFormatting is allowed.
}}}
Results in:
This text is from someone else. The wiki engine will enclose the whole block in <blockquote></blockquote> tags.
WikiFormatting is allowed.
More Information
See also: WikiProcessors, WikiFormatting, WikiRestructuredText
