Quote Macro

Version 6.1 by Vincent Massol on 2015/10/13 10:48

cogDisplays inline text with special quote formatting
TypeJAR
CategoryMacro
Developed by

XWiki Development Team

Rating
1 Votes
LicenseGNU Lesser General Public License 2.1

Table of contents

Description

Even though XWiki Syntax 2.0+ support a Quote syntax by default, it can be handy to use this Macro when copy-pasting text.

Note that this macro currently works well only with inline content being pasted. If some pasted content has meaning over several lines (separated by newlines) then it'll not display correctly (e.g. a table)

Usage

{{quote}}
... line 1 ...
...
... line N ...
{{/quote}}

Examples

Example with XWiki Syntax 2.1:

> line 1
> line 2

Same example with this macro:

{{quote}}
line 1
line 2
{{/quote}}

Gives:

example1.png

Tags:
    

Get Connected