[[DivCode(hej hopp)]]
------------------------------
Hello World, args = hej hopp
------------------------------
[[DivCode(...)]]
============================== Macro returning an html.DIV(class="...code...">)
[[DivCodeElement(hej hopp)]]
------------------------------
Hello World, args = hej hopp
------------------------------
[[DivCodeElement(...)]]
============================== Macro returning a Genshi Stream (no "code" div)
[[DivCodeStream(hej hopp)]]
------------------------------
Hello World, args = hej hopp
------------------------------
[[DivCodeStream(...)]]
============================== Macro returning None
[[None(hej hopp)]] nada
------------------------------
nada
------------------------------
[[None(...)]] nada
============================== WikiProcessor defined as a macro
[[WikiProcessorSample(inlined content)]]
{{{#!WikiProcessorSample arg1=this arg2="the second argument" arg3=1-2,6
multiline
content
}}}
------------------------------
Called as a macro: inlined content
Called as a processor with params:
- arg1
- this
- arg2
- the second argument
- arg3
- 1-2,6
multiline
content
------------------------------
[[WikiProcessorSample(...)]]
[…]
============================== WikiProcessor code block with linenos
{{{#!default lineno
print 'this is a python sample'
a = b+3
z = "this is a string"
print 'this is the end of the python sample'
}}}
Paragraph
{{{#!default lineno=3
print 'this is a python sample'
a = b+3
z = "this is a string"
print 'this is the end of the python sample'
}}}
Paragraph
------------------------------
Line | |
---|
1 | print 'this is a python sample'
|
---|
2 | a = b+3
|
---|
3 | z = "this is a string"
|
---|
4 | print 'this is the end of the python sample'
|
---|
Paragraph
Line | |
---|
3 | print 'this is a python sample'
|
---|
4 | a = b+3
|
---|
5 | z = "this is a string"
|
---|
6 | print 'this is the end of the python sample'
|
---|
Paragraph
------------------------------
============================== WikiProcessor code block with linenos, id, marks
{{{#!default lineno=3 id=b marks=4-5
print 'this is a python sample'
a = b+3
z = "this is a string"
print 'this is the end of the python sample'
}}}
Paragraph
{{{#!default lineno=3 id=c
print 'this is a python sample'
a = b+3
z = "this is a string"
print 'this is the end of the python sample'
}}}
Paragraph
------------------------------
Line | |
---|
3 | print 'this is a python sample'
|
---|
4 | a = b+3
|
---|
5 | z = "this is a string"
|
---|
6 | print 'this is the end of the python sample'
|
---|
Paragraph
Line | |
---|
3 | print 'this is a python sample'
|
---|
4 | a = b+3
|
---|
5 | z = "this is a string"
|
---|
6 | print 'this is the end of the python sample'
|
---|
Paragraph
============================== WikiProcessor code block with invalid arguments
{{{#!default lineno=-10
print 'this is a python sample'
a = b+3
z = "this is a string"
print 'this is the end of the python sample'
}}}
Paragraph
{{{#!default lineno=a id=d marks=a-b
print 'this is a python sample'
a = b+3
z = "this is a string"
print 'this is the end of the python sample'
}}}
Paragraph
------------------------------
Line | |
---|
1 | print 'this is a python sample'
|
---|
2 | a = b+3
|
---|
3 | z = "this is a string"
|
---|
4 | print 'this is the end of the python sample'
|
---|
Paragraph
Line | |
---|
1 | print 'this is a python sample'
|
---|
2 | a = b+3
|
---|
3 | z = "this is a string"
|
---|
4 | print 'this is the end of the python sample'
|
---|
Paragraph
------------------------------
------------------------------
============================== Inlined HTML wiki processor
Inline [[html(
Test )]] text
------------------------------
Inline Test text
------------------------------
Inline [[html(...)]] text
============================== BR macro
Line break [[BR]] another line[[br()]]last line
------------------------------
Line break
another line
last line
------------------------------
Line break another line last line
============================== BR macro with clear:left, clear:right
Line break [[BR(clear:left)]] another line[[br(clear:right)]]last line
------------------------------
Line break
another line
last line
------------------------------
Line break another line last line
============================== BR macro with clear=left, clear=right
Line break [[BR(clear=left)]] another line[[br(clear=right)]]last line
------------------------------
Line break
another line
last line
------------------------------
Line break another line last line
============================== BR macro with clear both
Line break [[BR(clear:both)]] another line[[br(clear)]]last line
------------------------------
Line break
another line
last line
------------------------------
Line break another line last line
============================== WikiCreole line break
Line break \\ another line\\last line
------------------------------
Line break
another line
last line
------------------------------
Line break another line last line
============================== Comment wiki processor
Test comment blocks
{{{
#!comment
This is simply removed from the output
}}}
------------------------------
Test comment blocks
------------------------------
Test comment blocks
============================== Comment wiki processor called as a macro
Inline [[comment(This should not be seen)]] comment
------------------------------
Inline comment
------------------------------
Inline comment
============================== Exception with ascii bytes
[[ValueErrorWithUtf8(error)]]
------------------------------
Error: Macro ValueErrorWithUtf8(error) failederror
------------------------------
============================== MacroError with fragment
[[MacroErrorWithFragment(Érrör)]]
------------------------------
Macro MacroErrorWithFragment(Érrör) failedThe content: Érrör
------------------------------
============================== Exception with utf-8 bytes
{{{#!ValueErrorWithUtf8
Érrör
}}}
[[ValueErrorWithUtf8(érrör)]]
------------------------------
Error: Processor ValueErrorWithUtf8 failedÉrrör
Error: Macro ValueErrorWithUtf8(érrör) failedérrör
------------------------------
============================== TracError with unicode
{{{#!TracErrorWithUnicode
Érrör
}}}
[[TracErrorWithUnicode(érrör)]]
------------------------------
Error: Processor TracErrorWithUnicode failedÉrrör
Error: Macro TracErrorWithUnicode(érrör) failedérrör
------------------------------
============================== ProcessorError with fragment
{{{#!ProcessorErrorWithFragment
Érrör
}}}
Paragraph
------------------------------
Processor ProcessorErrorWithFragment failedThe content: Érrör
Paragraph
------------------------------
============================================================
Headings
============================== I18N heading
= ça marche! =
------------------------------
ça marche!
------------------------------
= ça marche! =
============================== Quoted heading
= "Test" =
------------------------------
"Test"
------------------------------
= "Test" =
============================== Heading with < and >
= Foo
Baz =
------------------------------
Foo <Bar> Baz
------------------------------
= Foo <Bar> Baz =
============================== Heading with .
= Version 0.10 =
------------------------------
Version 0.10
------------------------------
= Version 0.10 =
============================== Normal heading
== Heading with trailing white-space ==
------------------------------
Heading with trailing white-space
------------------------------
== Heading with trailing white-space ==
============================== Formatted heading
== ''Formatted'' ~~Heading~~ ==
------------------------------
------------------------------
== ''Formatted'' ~~Heading~~ ==
============================== Heading with link
== [wiki:SandBox Linked Heading] ==
------------------------------
------------------------------
== [wiki:SandBox Linked Heading] ==
============================== Normal heading, fixed id
== Heading with fixed id == #heading-fixed-id
------------------------------
Heading with fixed id
------------------------------
== Heading with fixed id == #heading-fixed-id
============================== Normal heading, auto-corrected id
== 10 tips ==
[[br]] oops!
------------------------------
10 tips
oops!
------------------------------
== 10 tips ==
oops!
------------------------------
------------------------------
-
-
10 tips
============================== Relaxed heading
= Title
== Chapter
=== Section
==== Subsection
===== Subsubsection #h5
====== h6
======== but no h7
------------------------------
Title
Chapter
Section
Subsection
Subsubsection
h6
======== but no h7
------------------------------
= Title
== Chapter
=== Section
==== Subsection
===== Subsubsection #h5
====== h6
======== but no h7
------------------------------
------------------------------
-
Title
-
Chapter
-
Section
-
Subsection
-
Subsubsection
-
h6
============================================================
Lists
============================== Bulleted lists
Paragraph
* foo bar
boo baz
* Subitem
Subitem line 2
* item 2
item 2 line 2
Paragraph
- foo bar
boo baz
• item 2
Paragraph
------------------------------
Paragraph
- foo bar
boo baz
- item 2
item 2 line 2
Paragraph
Paragraph
------------------------------
Paragraph
* foo bar
boo baz
* Subitem
Subitem line 2
* item 2
item 2 line 2
Paragraph
- foo bar
boo baz
• item 2
Paragraph
============================== Changelog sample (and e-mail link)
2003-09-18 23:26 Joe Bar
* src/code.py: Fix problem with obsolete use of
backslash in symbols.
* src/test.py: Added unit tests.
- test + symbol
- test - symbol
Paragraph
------------------------------
2003-09-18 23:26 Joe Bar <joeb@gloogle.gom>
- src/code.py: Fix problem with obsolete use of
backslash in symbols.
- src/test.py: Added unit tests.
- test + symbol
- test - symbol
Paragraph
------------------------------
============================== Complex bulleted list
* foo bar
boo baz
* Subitem 1
- nested item 1
- nested item 2
nested item 2 continued
Subitem 1 continued
* Subitem 2
Subitem 2 continued
* Subitem 3
continued
* item 2
item 2 line 2
Paragraph
------------------------------
- foo bar
boo baz
- Subitem 1
- nested item 1
- nested item 2
nested item 2 continued
Subitem 1 continued
- Subitem 2
Subitem 2 continued
- Subitem 3
continued
Paragraph
------------------------------
============================== Numbered lists
1. item 1
a. item 1.a
a. item 1.b
0. start at 0
Some paragraph
2. continue with item 2
i. roman 1
ii. roman 2
II. upper roman
B. upper alpha
C. etc.
Paragraph
------------------------------
- item 1
- item 1.a
- item 1.b
- start at 0
Some paragraph
- continue with item 2
- roman 1
- roman 2
- upper roman
- upper alpha
- etc.
Paragraph
------------------------------
1. item 1
a. item 1.a
a. item 1.b
0. start at 0
Some paragraph
2. continue with item 2
i. roman 1
ii. roman 2
II. upper roman
B. upper alpha
C. etc.
Paragraph
============================== Numbered lists multi-line items
1. This is a very long line at
the first level, which works correctly.
1. But this line at the second level, which
is also continued on the next line, does not.
Paragraph
------------------------------
- This is a very long line at
the first level, which works correctly.
- But this line at the second level, which
is also continued on the next line, does not.
Paragraph
------------------------------
1. This is a very long line at
the first level, which works correctly.
1. But this line at the second level, which
is also continued on the next line, does not.
Paragraph
============================== List with explicit numerical start > 9
'''First steps'''
1. Do this
2. Do that
...
9. Then this
'''Next steps'''
10. Now this must work
11. This is ok again..
...
19. More steps
'''And more'''
20. This is ok
21. This ok too
...
------------------------------
First steps
- Do this
- Do that
...
- Then this
Next steps
- Now this must work
- This is ok again..
...
- More steps
And more
- This is ok
- This ok too
...
------------------------------
============================== List with explicit loweralpha start > 'a.'
'''First steps'''
a. Do this
b. Do that
...
e. Then this
'''Next steps'''
f. restarts at "f"
g. follows with "g"
...
h. More steps
'''And more'''
i. Now this is wrong
j. (just never restart with "i." or "I.")
...
------------------------------
First steps
- Do this
- Do that
...
- Then this
Next steps
- restarts at "f"
- follows with "g"
...
- More steps
And more
- Now this is wrong
- (just never restart with "i." or "I.")
...
------------------------------
============================== Numbered lists counter-examples
This will not start a new numbered
list. There's more than one character
before the "."
OTOH, the following is a roman numbered list:
iii. start
xxvii. maximal number in sequence
Paragraph
------------------------------
This will not start a new numbered
list. There's more than one character
before the "."
OTOH, the following is a roman numbered list:
- start
- maximal number in sequence
Paragraph
------------------------------
============================== Unicode digits will not start a numbered list
³. U+00B3 will not start a numbered list.
੧. U+0A67 will not start a numbered list.
൬. U+0D6C will not start a numbered list.
➀. U+2780 will not start a numbered list.
------------------------------
³. U+00B3 will not start a numbered list.
੧. U+0A67 will not start a numbered list.
൬. U+0D6C will not start a numbered list.
➀. U+2780 will not start a numbered list.
------------------------------
============================== Mixed lists multi-line items
1. multi-line
numbered list
i. multi-line
item i.
* sub item
ii. multi-line
item ii.
* sub item
multiline
a. subsub
multiline
b. subsub
iii. multi-line
item iii.
* sub item
Paragraph
------------------------------
- multi-line
numbered list
- multi-line
item i.
- multi-line
item ii.
- sub item
multiline
- subsub
multiline
- subsub
- multi-line
item iii.
Paragraph
------------------------------
============================== Lists and partial inline markup (#3232)
This line ''does not close italic.
No problems though as it resets. Lists won't though:
* '''Not closing bold...
* Bold Continues here...
This will be bold too as will the rest of the page.
------------------------------
This line does not close italic.
No problems though as it resets. Lists won't though:
- Not closing bold...
- Bold Continues here...
This will be bold too as will the rest of the page.
------------------------------
This line does not close italic.
No problems though as it resets. Lists won't though:
* Not closing bold...
* Bold Continues here...
This will be bold too as will the rest of the page.
============================== Lists starting at beginning of line
- item 1
- item 2
- sub 2.1
- sub 2.2
a. item A
b. item B
Paragraph
------------------------------
- item A
- item B
Paragraph
------------------------------
============================== Simple definition list
term:: definition
------------------------------
- term
- definition
------------------------------
term:: definition
============================== Tricky definition list
term:: definition:: text
------------------------------
- term
- definition:: text
------------------------------
term:: definition:: text
============================== Verbatim term in definition list
`term`:: definition
------------------------------
term
- definition
------------------------------
term
:: definition
============================== Another verbatim term in definition list
{{{term}}}:: definition
------------------------------
term
- definition
------------------------------
term
:: definition
============================== Complex definition list
complex topic:: multiline
''formatted''
definition
------------------------------
- complex topic
- multiline
formatted
definition
------------------------------
complex topic:: multiline
formatted
definition
============================== Definition list counter example
term::definition
------------------------------
term::definition
------------------------------
term::definition
============================== Pathological definition list counter example with block quotes
{{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}} {{{a}}}
------------------------------
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
------------------------------
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
============================== Definition list + escaped definition list
complex topic:: multiline
`not:: a dl`
------------------------------
- complex topic
- multiline
not:: a dl
------------------------------
complex topic:: multiline
not:: a dl
============================== Definition list + another escaped definition list
complex topic:: multiline
{{{not:: a dl}}}
------------------------------
- complex topic
- multiline
not:: a dl
------------------------------
complex topic:: multiline
not:: a dl
============================== Definition list after paragraph
1st:
term:: definition
2nd:
`not:: a`definition
3rd:
term:: definition at last line
------------------------------
1st:
- term
- definition
2nd:
not:: a
definition
3rd:
- term
- definition at last line
------------------------------
1st:
term:: definition
2nd:
not:: a
definition
3rd:
term:: definition at last line
============================================================
Tables
============================== Simple Table, one column
|| a ||
|| b ||
------------------------------
------------------------------
|| a ||
|| b ||
============================== Simple Table, multiple columns
in:
|| RPC# || parameter len || ..... parameter ..... ||
out:
|| RPC# || parameter len || ..... parameter ..... ||
----
------------------------------
in:
RPC# | parameter len | ..... parameter .....
|
out:
RPC# | parameter len | ..... parameter .....
|
------------------------------
in:
|| RPC# || parameter len || ..... parameter ..... ||
out:
|| RPC# || parameter len || ..... parameter ..... ||
----
============================== Simple Table with colspan
in:
|| name |||| parameter info ||
|| RPC# || parameter len || ..... parameter ..... ||
|||||| end ||
|| !#8977 || this should also work ||||
----
------------------------------
in:
name | parameter info
|
RPC# | parameter len | ..... parameter .....
|
end
|
#8977 | this should also work |
|
------------------------------
in:
|| name |||| parameter info ||
|| RPC# || parameter len || ..... parameter ..... ||
|||||| end ||
|| #8977 || this should also work ||||
----
============================== Table headings (plus colspan)
||= this is a header =||||= another header =|| not a header ||
||= also a header =|| some non- || header cells ||= header =||
------------------------------
this is a header | another header | not a header
|
---|
also a header | some non- | header cells | header
|
---|
------------------------------
============================== Table headings (plus alignment)
||=left align =||=default=||= default =||= right align=||= center =||
||left align ||default|| default || right align|| center ||
------------------------------
left align | default | default | right align | center
|
---|
left align | default | default | right align | center
|
------------------------------
============================== Indented tables, multiple columns
|| a || b ||
|| a || b ||
|| a || b ||
|| a || b ||
------------------------------
------------------------------
|| a || b ||
|| a || b ||
|| a || b ||
|| a || b ||
============================== Table escaping
|| a !|| b ||
!|| a !|| b !||
------------------------------
|| a || b ||
------------------------------
|| a || b ||
|| a || b ||
============================== Table with row continuation
|| a very long cell, with lots of content || \
|| \
|| a second cell, on the same row ||
||
|| Another row || \
|| Another row ||
|| normal || row ||
|| a very long cell, with lots of content || \
|| a second cell, on the same row ||
|| normal || row ||
|||| \
|| this should also work ||
------------------------------
a very long cell, with lots of content
| a second cell, on the same row
|
Another row
| Another row
|
normal | row
|
a very long cell, with lots of content
| a second cell, on the same row
|
normal | row
|
| this should also work
|
------------------------------
============================== Table with !#th and !#td wiki processors
{{{
#!th style="text-align: left"
- some header
}}}
{{{
#!th
- another header
- with more rows
}}}
||
{{{
#!td rowspan=2
Arbitrarily big content (even an embedded table of course):
|| A || B ||
{{{
#!div class=important
or better, an embedded wiki paragraph, itself with a big table
||= A =||= B =||
{{{
#!td colspan=2
{{{
def hello():
print "A and B!"
}}}
}}}
}}}
}}}
{{{
#!td
Second cell, first row
}}}
||
{{{
#!td
Second cell, second row...
}}}
------------------------------
| - another header
- with more rows
|
---|
Arbitrarily big content (even an embedded table of course):
or better, an embedded wiki paragraph, itself with a big table
A | B
|
---|
def hello():
print "A and B!"
|
|
Second cell, first row
|
Second cell, second row...
|
------------------------------
============================== Table with wiki processors, unfinished block
{{{
#!td style="vertical-align: top"
- some header
}}}
{{{
#!td
- another header
- with more rows
||
{{{
#!td rowspan=2
not another cell, but an embedded table...
------------------------------
| - another header
- with more rows
not another cell, but an embedded table...
|
|
------------------------------
============================== Table with wiki processors, wikimedia row sep
{{{#!th ........... 11
Heading A
}}}
{{{#!th ........... 12
Heading B
}}}
|--------------------------- style="background: grey"
{{{#!td ........... 21
Content A
}}}
{{{#!td ........... 22
Content B
}}}
------------------------------
Heading A
|
Heading B
|
---|
Content A
|
Content B
|
------------------------------
[…]
[…][…]
[…]
============================== Table with wiki processors (tr, th and td)
A very nice table:
{{{#!table style="border: none"
{{{#!tr ++++++++++++++++++++++++++++++++++++++++++++++ style="background: #ffd"
{{{#!th .......................................... style="background: #dfd"
Header A
}}}
{{{#!th .......................................... style="background: #dfd"
Header B
}}}
}}}
{{{#!tr ++++++++++++++++++++++++++++++++++++++++++++++ style="background: #fdf"
{{{#!td ..........................................
Content A
}}}
{{{#!td ..........................................
Content B
}}}
}}}
}}}
Paragraph
------------------------------
A very nice table:
Header A
|
Header B
|
---|
Content A
|
Content B
|
Paragraph
------------------------------
A very nice table:
[…]
Paragraph
============================== Table with wiki processors (table but no cells)
A very nice table:
{{{#!table style="border: none"
This table processor doesn't contain any cell, this is an error.
}}}
Paragraph
------------------------------
A very nice table:
!#table must contain at least one table cell (and table cells only)
Paragraph
------------------------------
A very nice table:
[…]
Paragraph
============================== Table with wiki processors (tr but no cells)
A very nice table:
{{{#!table style="border: none"
{{{#!tr
This tr processor doesn't contain any cell, this is an error.
}}}
}}}
Paragraph
------------------------------
A very nice table:
!#table must contain at least one table cell (and table cells only)
Paragraph
------------------------------
A very nice table:
[…]
Paragraph
============================== Table with wiki processors (table + multiple embedded tables)
A very nice table:
{{{#!table style="border: none"
|| only one table ||
|| extra table is an error||
}}}
Paragraph
------------------------------
A very nice table:
!#table must contain at most one table
Paragraph
------------------------------
A very nice table:
[…]
Paragraph
============================== Table with wiki processors within div
{{{#!div
{{{#!td rowspan=2
A cell can now contain any markup:
- lists
- blocks
- etc.
}}}
{{{#!td
Another cell with rich content,
on the same row
}}}
|-
{{{#!td
Another cell with rich content,
on the next row
}}}
}}}
Paragraph
------------------------------
A cell can now contain any markup:
|
Another cell with rich content,
on the same row
|
Another cell with rich content,
on the next row
|
Paragraph
------------------------------
============================== Table with broken inline markups (#13355)
|| a^1 ||
|| b^2^ ||
------------------------------
------------------------------
============================== Table with broken inline markups 2 (#13355)
|| a^1 || b^2 ||
|| c^3^ ||
------------------------------
------------------------------
============================== Table with broken inline markups 3 (#13355)
|| a^1**2 || b**1//2^3^4//5**6 ||
|| c^1**2**3^4 || d**1//2^3 ||
------------------------------
------------------------------
============================== Table with broken inline markups without closing (#13355)
|| a^1**2 || b**1//2^3^4//5**6
|| c^1**2**3^4 || d**1//2^3
------------------------------
------------------------------
============================================================
Mixed examples
============================== Mix of headings and lists
= Heading 1 =
Paragraph
* Item 1
* Item 2
Another paragraph
------------------------------
Heading 1
Paragraph
Another paragraph
------------------------------
= Heading 1 =
Paragraph
* Item 1
* Item 2
Another paragraph
------------------------------
Heading 1
Paragraph
Another paragraph
============================== Heading, lists and table
Paragraph
----
1. Item 1
2. Item 2
||Table||cell||
||Foo||Bar||Baz||
http://www.edgewall.com/
------------------------------
Paragraph
- Item 1
- Item 2
http://www.edgewall.com/
------------------------------
Paragraph
----
1. Item 1
2. Item 2
||Table||cell||
||Foo||Bar||Baz||
http://www.edgewall.com/
------------------------------
Paragraph
- Item 1
- Item 2
http://www.edgewall.com/
============================== Lists, indents and table
* Bar
* Foo
|| Foo || Bar ||
|| Foo || Bar ||
------------------------------
------------------------------
* Bar
* Foo
|| Foo || Bar ||
|| Foo || Bar ||
============================== "Tabstops" set by lists and quotes
This is one level deep
* Bar
* Foo
Now this should be 2 levels deep as well
This is now level 3.
Continue on level 2.
- but a list always restart at level 1.
Paragraph.
------------------------------
This is one level deep
Now this should be 2 levels deep as well
This is now level 3.
Continue on level 2.
- but a list always restart at level 1.
Paragraph.
------------------------------
============================== Citations (mail style, no consistent space)
> This is the quoted text
>> a nested quote
A comment on the above
>> start 2nd level
>> continue 2nd level
> first level
------------------------------
This is the quoted text
a nested quote
A comment on the above
start 2nd level
continue 2nd level
first level
------------------------------
> This is the quoted text
>> a nested quote
A comment on the above
>> start 2nd level
>> continue 2nd level
> first level
------------------------------
This is the quoted text
a nested quote
A comment on the above
start 2nd level
continue 2nd level
first level
============================== Citations (reply to style, consistent space)
A quote
A paragraph
definition :: term
> A quote
>A paragraph
> definition :: term
> A quote
> A paragraph
> definition :: term
------------------------------
A quote
A paragraph
- definition
- term
A quote
A paragraph
- definition
- term
A quote
A paragraph
- definition
- term
------------------------------
A quote
A paragraph
definition :: term
> A quote
>A paragraph
> definition :: term
> A quote
> A paragraph
> definition :: term
============================== Citations of arbitrary wiki content
- First level
- second level
> - This is the quoted list, in first level item
> - subitem
>
> > a nested paragraph with a block (outside of the quoted list above as there's a paragraph sep)
> > {{{
> > block
> > }}}
> > > || nested || table ||
Paragraph
------------------------------
- First level
- This is the quoted list, in first level item
a nested paragraph with a block (outside of the quoted list above as there's a paragraph sep)
block
Paragraph
------------------------------
- First level
- second level
> - This is the quoted list, in first level item
> - subitem
>
> > a nested paragraph with a block (outside of the quoted list above as there's a paragraph sep)
> > {{{
> > block
> > }}}
> > > || nested || table ||
Paragraph
============================== Citation and follow-up block
> a
{{{
b
}}}
> c
------------------------------
a
b
c
------------------------------
> a
[…]
> c
============================== Block and follow-up citation
{{{
> a
b
}}}
> c
------------------------------
> a
b
c
------------------------------
[…]
> c
============================== List immediately followed by binary inline markup, #11009
***
* list
***
------------------------------
*
*
------------------------------
============================== List immediately followed by binary inline markup 1, #11373
1. normal in list
''italic
in paragraph
1. normal in list
//italic
in paragraph
------------------------------
- normal in list
italic
in paragraph
- normal in list
italic
in paragraph
------------------------------
============================== List immediately followed by binary inline markup 2, #11373
1. //italic in list
''italic
in paragraph
1. ''italic in list
//italic
in paragraph
1. ''italic in list
''italic
in paragraph
1. //italic in list
//italic
in paragraph
------------------------------
- italic in list
italic
in paragraph
- italic in list
italic
in paragraph
- italic in list
italic
in paragraph
- italic in list
italic
in paragraph
------------------------------
============================== List immediately followed by binary inline markup 3, #11373
1. ''italic in list
'''''bolditalic
in paragraph'''''
------------------------------
- italic in list
bolditalic
in paragraph
------------------------------
============================== List immediately followed by binary inline markup 4, #11373
1. '''bold in list
'''''bolditalic
in paragraph'''''
------------------------------
- bold in list
bolditalic
in paragraph
------------------------------
============================== Processor with attributes using hyphens (#12023)
Begin.
{{{
#!div class=wiki accept-charset=utf-8
A paragraph in div element.
}}}
End.
------------------------------
Begin.
A paragraph in div element.
End.
------------------------------
============================== Binary inline markup after indent - 1 (#12675)
**foo
//bar
**baz
//missing
closed markup
------------------------------
foo
bar
baz
missing
closed markup
------------------------------
============================== Binary inline markup after indent - 2 (#12675)
54******94
Vl
C
54******94
------------------------------
5494
Vl
C
5494
------------------------------
============================== Macro within block - paragraph (#13045)
[[HelloWorld(foo)]] [[HelloWorld(bar)]]
[[DivHelloWorld(bar)]] [[DivHelloWorld(baz)]]
------------------------------
Hello World, args = foo Hello World, args = bar
Hello World, args = bar
Hello World, args = baz
------------------------------
============================== Macro within block - list (#13045)
start
- [[HelloWorld(foo)]] [[HelloWorld(bar)]]
- [[DivHelloWorld(bar)]] [[DivHelloWorld(baz)]]
end
------------------------------
start
- Hello World, args = foo Hello World, args = bar
Hello World, args = bar
Hello World, args = baz
end
------------------------------
============================== Macro within block - table (#13045)
|| [[HelloWorld(foo)]] || [[HelloWorld(bar)]] ||
|| [[DivHelloWorld(bar)]] || [[DivHelloWorld(baz)]] ||
------------------------------
Hello World, args = foo | Hello World, args = bar
|
Hello World, args = bar | Hello World, args = baz
|
------------------------------
============================== Macro within block - definition list (#13045)
inline :: [[HelloWorld(foo)]] [[HelloWorld(bar)]]
block :: [[DivHelloWorld(bar)]] [[DivHelloWorld(baz)]]
------------------------------
- inline
- Hello World, args = foo Hello World, args = bar
- block
Hello World, args = bar
Hello World, args = baz
------------------------------