test-minirst.py.out
785 lines
| 19.2 KiB
| text/plain
|
TextLexer
/ tests / test-minirst.py.out
Martin Geisler
|
r9156 | paragraphs formatted to fit within 60 characters: | ||
---------------------------------------------------------------------- | ||||
This is some text in the first paragraph. | ||||
Martin Geisler
|
r9736 | A small indented paragraph. It is followed by some lines | ||
containing random whitespace. | ||||
Martin Geisler
|
r9156 | |||
Martin Geisler
|
r9736 | The third and final paragraph. | ||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9156 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <p> | ||
This is some text in the first paragraph. | ||||
</p> | ||||
<p> | ||||
A small indented paragraph. | ||||
It is followed by some lines | ||||
containing random whitespace. | ||||
</p> | ||||
<p> | ||||
The third and final paragraph. | ||||
</p> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9156 | |||
paragraphs formatted to fit within 30 characters: | ||||
---------------------------------------------------------------------- | ||||
This is some text in the first | ||||
paragraph. | ||||
Martin Geisler
|
r9736 | A small indented paragraph. | ||
It is followed by some lines | ||||
containing random | ||||
whitespace. | ||||
Martin Geisler
|
r9156 | |||
Martin Geisler
|
r9736 | The third and final paragraph. | ||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9156 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <p> | ||
This is some text in the first paragraph. | ||||
</p> | ||||
<p> | ||||
A small indented paragraph. | ||||
It is followed by some lines | ||||
containing random whitespace. | ||||
</p> | ||||
<p> | ||||
The third and final paragraph. | ||||
</p> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9156 | |||
definitions formatted to fit within 60 characters: | ||||
---------------------------------------------------------------------- | ||||
A Term | ||||
Definition. The indented lines make up the definition. | ||||
Martin Geisler
|
r10936 | |||
Martin Geisler
|
r9156 | Another Term | ||
Another definition. The final line in the definition | ||||
determines the indentation, so this will be indented | ||||
with four spaces. | ||||
Martin Geisler
|
r10936 | |||
Martin Geisler
|
r9156 | A Nested/Indented Term | ||
Definition. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9156 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <dl> | ||
<dt>A Term | ||||
<dd>Definition. The indented lines make up the definition. | ||||
<dt>Another Term | ||||
<dd>Another definition. The final line in the definition determines the indentation, so this will be indented with four spaces. | ||||
<dt>A Nested/Indented Term | ||||
<dd>Definition. | ||||
</dl> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9156 | |||
definitions formatted to fit within 30 characters: | ||||
---------------------------------------------------------------------- | ||||
A Term | ||||
Definition. The indented | ||||
lines make up the | ||||
definition. | ||||
Martin Geisler
|
r10936 | |||
Martin Geisler
|
r9156 | Another Term | ||
Another definition. The | ||||
final line in the | ||||
definition determines the | ||||
indentation, so this will | ||||
be indented with four | ||||
spaces. | ||||
Martin Geisler
|
r10936 | |||
Martin Geisler
|
r9156 | A Nested/Indented Term | ||
Definition. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9156 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <dl> | ||
<dt>A Term | ||||
<dd>Definition. The indented lines make up the definition. | ||||
<dt>Another Term | ||||
<dd>Another definition. The final line in the definition determines the indentation, so this will be indented with four spaces. | ||||
<dt>A Nested/Indented Term | ||||
<dd>Definition. | ||||
</dl> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9156 | |||
literals formatted to fit within 60 characters: | ||||
---------------------------------------------------------------------- | ||||
The fully minimized form is the most convenient form: | ||||
Martin Geisler
|
r9291 | Hello | ||
literal | ||||
world | ||||
Martin Geisler
|
r9156 | |||
In the partially minimized form a paragraph simply ends with | ||||
space-double-colon. | ||||
Martin Geisler
|
r9291 | //////////////////////////////////////// | ||
long un-wrapped line in a literal block | ||||
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ | ||||
Martin Geisler
|
r9156 | |||
Martin Geisler
|
r9291 | This literal block is started with '::', | ||
the so-called expanded form. The paragraph | ||||
with '::' disappears in the final output. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9156 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <p> | ||
The fully minimized form is the most | ||||
convenient form: | ||||
</p> | ||||
<pre> | ||||
Hello | ||||
literal | ||||
world | ||||
</pre> | ||||
<p> | ||||
In the partially minimized form a paragraph | ||||
simply ends with space-double-colon. | ||||
</p> | ||||
<pre> | ||||
//////////////////////////////////////// | ||||
long un-wrapped line in a literal block | ||||
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ | ||||
</pre> | ||||
<pre> | ||||
This literal block is started with '::', | ||||
the so-called expanded form. The paragraph | ||||
with '::' disappears in the final output. | ||||
</pre> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9156 | |||
literals formatted to fit within 30 characters: | ||||
---------------------------------------------------------------------- | ||||
The fully minimized form is | ||||
the most convenient form: | ||||
Martin Geisler
|
r9291 | Hello | ||
literal | ||||
world | ||||
Martin Geisler
|
r9156 | |||
In the partially minimized | ||||
form a paragraph simply ends | ||||
with space-double-colon. | ||||
Martin Geisler
|
r9291 | //////////////////////////////////////// | ||
long un-wrapped line in a literal block | ||||
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ | ||||
Martin Geisler
|
r9156 | |||
Martin Geisler
|
r9291 | This literal block is started with '::', | ||
the so-called expanded form. The paragraph | ||||
with '::' disappears in the final output. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9156 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <p> | ||
The fully minimized form is the most | ||||
convenient form: | ||||
</p> | ||||
<pre> | ||||
Hello | ||||
literal | ||||
world | ||||
</pre> | ||||
<p> | ||||
In the partially minimized form a paragraph | ||||
simply ends with space-double-colon. | ||||
</p> | ||||
<pre> | ||||
//////////////////////////////////////// | ||||
long un-wrapped line in a literal block | ||||
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ | ||||
</pre> | ||||
<pre> | ||||
This literal block is started with '::', | ||||
the so-called expanded form. The paragraph | ||||
with '::' disappears in the final output. | ||||
</pre> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9156 | |||
lists formatted to fit within 60 characters: | ||||
---------------------------------------------------------------------- | ||||
- This is the first list item. | ||||
Second paragraph in the first list item. | ||||
- List items need not be separated by a blank line. | ||||
- And will be rendered without one in any case. | ||||
We can have indented lists: | ||||
- This is an indented list item | ||||
- Another indented list item: | ||||
Martin Geisler
|
r9291 | - A literal block in the middle | ||
of an indented list. | ||||
Martin Geisler
|
r9156 | |||
Martin Geisler
|
r9291 | (The above is not a list item since we are in the literal block.) | ||
Martin Geisler
|
r9156 | |||
Martin Geisler
|
r9291 | Literal block with no indentation (apart from | ||
the two spaces added to all literal blocks). | ||||
Martin Geisler
|
r9739 | |||
1. This is an enumerated list (first item). | ||||
2. Continuing with the second item. | ||||
(1) foo | ||||
(2) bar | ||||
1) Another | ||||
2) List | ||||
Martin Geisler
|
r10447 | |||
Line blocks are also a form of list: | ||||
This is the first line. The line continues here. | ||||
This is the second line. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9156 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <ul> | ||
<li> This is the first list item. | ||||
<p> | ||||
Second paragraph in the first list item. | ||||
</p> | ||||
<li> List items need not be separated by a blank line. | ||||
<li> And will be rendered without one in any case. | ||||
</ul> | ||||
<p> | ||||
We can have indented lists: | ||||
</p> | ||||
<ul> | ||||
<li> This is an indented list item | ||||
<li> Another indented list item: | ||||
<pre> | ||||
- A literal block in the middle | ||||
of an indented list. | ||||
</pre> | ||||
<pre> | ||||
(The above is not a list item since we are in the literal block.) | ||||
</pre> | ||||
</ul> | ||||
<pre> | ||||
Literal block with no indentation (apart from | ||||
the two spaces added to all literal blocks). | ||||
</pre> | ||||
<ol> | ||||
<li> This is an enumerated list (first item). | ||||
<li> Continuing with the second item. | ||||
<li> foo | ||||
<li> bar | ||||
<li> Another | ||||
<li> List | ||||
</ol> | ||||
<p> | ||||
Line blocks are also a form of list: | ||||
</p> | ||||
<ol> | ||||
<li> This is the first line. The line continues here. | ||||
<li> This is the second line. | ||||
</ol> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9156 | |||
lists formatted to fit within 30 characters: | ||||
---------------------------------------------------------------------- | ||||
- This is the first list item. | ||||
Second paragraph in the | ||||
first list item. | ||||
- List items need not be | ||||
separated by a blank line. | ||||
- And will be rendered without | ||||
one in any case. | ||||
We can have indented lists: | ||||
- This is an indented list | ||||
item | ||||
- Another indented list | ||||
item: | ||||
Martin Geisler
|
r9291 | - A literal block in the middle | ||
of an indented list. | ||||
Martin Geisler
|
r9156 | |||
Martin Geisler
|
r9291 | (The above is not a list item since we are in the literal block.) | ||
Martin Geisler
|
r9156 | |||
Martin Geisler
|
r9291 | Literal block with no indentation (apart from | ||
the two spaces added to all literal blocks). | ||||
Martin Geisler
|
r9739 | |||
1. This is an enumerated list | ||||
(first item). | ||||
2. Continuing with the second | ||||
item. | ||||
(1) foo | ||||
(2) bar | ||||
1) Another | ||||
2) List | ||||
Martin Geisler
|
r10447 | |||
Line blocks are also a form of | ||||
list: | ||||
This is the first line. The | ||||
line continues here. | ||||
This is the second line. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9156 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <ul> | ||
<li> This is the first list item. | ||||
<p> | ||||
Second paragraph in the first list item. | ||||
</p> | ||||
<li> List items need not be separated by a blank line. | ||||
<li> And will be rendered without one in any case. | ||||
</ul> | ||||
<p> | ||||
We can have indented lists: | ||||
</p> | ||||
<ul> | ||||
<li> This is an indented list item | ||||
<li> Another indented list item: | ||||
<pre> | ||||
- A literal block in the middle | ||||
of an indented list. | ||||
</pre> | ||||
<pre> | ||||
(The above is not a list item since we are in the literal block.) | ||||
</pre> | ||||
</ul> | ||||
<pre> | ||||
Literal block with no indentation (apart from | ||||
the two spaces added to all literal blocks). | ||||
</pre> | ||||
<ol> | ||||
<li> This is an enumerated list (first item). | ||||
<li> Continuing with the second item. | ||||
<li> foo | ||||
<li> bar | ||||
<li> Another | ||||
<li> List | ||||
</ol> | ||||
<p> | ||||
Line blocks are also a form of list: | ||||
</p> | ||||
<ol> | ||||
<li> This is the first line. The line continues here. | ||||
<li> This is the second line. | ||||
</ol> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9156 | |||
options formatted to fit within 60 characters: | ||||
---------------------------------------------------------------------- | ||||
There is support for simple option lists, but only with long | ||||
options: | ||||
Erik Zielke
|
r13011 | -X --exclude filter an option with a short and long option | ||
with an argument | ||||
-I --include an option with both a short option and | ||||
a long option | ||||
--all Output all. | ||||
--both Output both (this description is quite | ||||
long). | ||||
--long Output all day long. | ||||
--par This option has two paragraphs in its | ||||
description. This is the first. | ||||
Martin Geisler
|
r9156 | |||
Erik Zielke
|
r13011 | This is the second. Blank lines may | ||
be omitted between options (as above) | ||||
or left in (as here). | ||||
Martin Geisler
|
r9156 | |||
The next paragraph looks like an option list, but lacks the | ||||
two-space marker after the option. It is treated as a normal | ||||
paragraph: | ||||
--foo bar baz | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9156 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <p> | ||
There is support for simple option lists, | ||||
but only with long options: | ||||
</p> | ||||
<dl> | ||||
<dt>-X --exclude filter | ||||
<dd>an option with a short and long option with an argument | ||||
<dt>-I --include | ||||
<dd>an option with both a short option and a long option | ||||
<dt> --all | ||||
<dd>Output all. | ||||
<dt> --both | ||||
<dd>Output both (this description is quite long). | ||||
<dt> --long | ||||
<dd>Output all day long. | ||||
<dt> --par | ||||
<dd>This option has two paragraphs in its description. This is the first. | ||||
<p> | ||||
This is the second. Blank lines may be omitted between | ||||
options (as above) or left in (as here). | ||||
</p> | ||||
</dl> | ||||
<p> | ||||
The next paragraph looks like an option list, but lacks the two-space | ||||
marker after the option. It is treated as a normal paragraph: | ||||
</p> | ||||
<p> | ||||
--foo bar baz | ||||
</p> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9156 | |||
options formatted to fit within 30 characters: | ||||
---------------------------------------------------------------------- | ||||
There is support for simple | ||||
option lists, but only with | ||||
long options: | ||||
Erik Zielke
|
r13011 | -X --exclude filter an | ||
option | ||||
with a | ||||
short | ||||
and | ||||
long | ||||
option | ||||
with an | ||||
argumen | ||||
t | ||||
-I --include an | ||||
option | ||||
with | ||||
both a | ||||
short | ||||
option | ||||
and a | ||||
long | ||||
option | ||||
--all Output | ||||
all. | ||||
--both Output | ||||
both | ||||
(this d | ||||
escript | ||||
ion is | ||||
quite | ||||
long). | ||||
--long Output | ||||
all day | ||||
long. | ||||
--par This | ||||
option | ||||
has two | ||||
paragra | ||||
phs in | ||||
its des | ||||
criptio | ||||
n. This | ||||
is the | ||||
first. | ||||
Martin Geisler
|
r9156 | |||
Erik Zielke
|
r13011 | This is | ||
the | ||||
second. | ||||
Blank | ||||
lines | ||||
may be | ||||
omitted | ||||
between | ||||
options | ||||
(as | ||||
above) | ||||
or left | ||||
in (as | ||||
here). | ||||
Martin Geisler
|
r9156 | |||
The next paragraph looks like | ||||
an option list, but lacks the | ||||
two-space marker after the | ||||
option. It is treated as a | ||||
normal paragraph: | ||||
--foo bar baz | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9156 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <p> | ||
There is support for simple option lists, | ||||
but only with long options: | ||||
</p> | ||||
<dl> | ||||
<dt>-X --exclude filter | ||||
<dd>an option with a short and long option with an argument | ||||
<dt>-I --include | ||||
<dd>an option with both a short option and a long option | ||||
<dt> --all | ||||
<dd>Output all. | ||||
<dt> --both | ||||
<dd>Output both (this description is quite long). | ||||
<dt> --long | ||||
<dd>Output all day long. | ||||
<dt> --par | ||||
<dd>This option has two paragraphs in its description. This is the first. | ||||
<p> | ||||
This is the second. Blank lines may be omitted between | ||||
options (as above) or left in (as here). | ||||
</p> | ||||
</dl> | ||||
<p> | ||||
The next paragraph looks like an option list, but lacks the two-space | ||||
marker after the option. It is treated as a normal paragraph: | ||||
</p> | ||||
<p> | ||||
--foo bar baz | ||||
</p> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9156 | |||
Martin Geisler
|
r9293 | fields formatted to fit within 60 characters: | ||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r10065 | a First item. | ||
ab Second item. Indentation and wrapping is handled | ||||
automatically. | ||||
Martin Geisler
|
r9293 | |||
Martin Geisler
|
r10065 | Next list: | ||
small The larger key below triggers full indentation | ||||
here. | ||||
much too large | ||||
This key is big enough to get its own line. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9293 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <dl> | ||
<dt>a | ||||
<dd>First item. | ||||
<dt>ab | ||||
<dd>Second item. Indentation and wrapping is handled automatically. | ||||
</dl> | ||||
<p> | ||||
Next list: | ||||
</p> | ||||
<dl> | ||||
<dt>small | ||||
<dd>The larger key below triggers full indentation here. | ||||
<dt>much too large | ||||
<dd>This key is big enough to get its own line. | ||||
</dl> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9293 | |||
fields formatted to fit within 30 characters: | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r10065 | a First item. | ||
ab Second item. Indentation | ||||
and wrapping is handled | ||||
automatically. | ||||
Next list: | ||||
Martin Geisler
|
r9293 | |||
Martin Geisler
|
r10065 | small The larger key | ||
below triggers | ||||
full indentation | ||||
here. | ||||
much too large | ||||
This key is big | ||||
enough to get its | ||||
own line. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r9293 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <dl> | ||
<dt>a | ||||
<dd>First item. | ||||
<dt>ab | ||||
<dd>Second item. Indentation and wrapping is handled automatically. | ||||
</dl> | ||||
<p> | ||||
Next list: | ||||
</p> | ||||
<dl> | ||||
<dt>small | ||||
<dd>The larger key below triggers full indentation here. | ||||
<dt>much too large | ||||
<dd>This key is big enough to get its own line. | ||||
</dl> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r9293 | |||
Martin Geisler
|
r10443 | containers (normal) formatted to fit within 60 characters: | ||
---------------------------------------------------------------------- | ||||
Normal output. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r10443 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <p> | ||
Normal output. | ||||
</p> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r10443 | |||
containers (verbose) formatted to fit within 60 characters: | ||||
---------------------------------------------------------------------- | ||||
Normal output. | ||||
Verbose output. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r10443 | ---------------------------------------------------------------------- | ||
Martin Geisler
|
r10444 | ['debug', 'debug'] | ||
---------------------------------------------------------------------- | ||||
Matt Mackall
|
r15261 | <p> | ||
Normal output. | ||||
</p> | ||||
<p> | ||||
Verbose output. | ||||
</p> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r10443 | |||
containers (debug) formatted to fit within 60 characters: | ||||
---------------------------------------------------------------------- | ||||
Normal output. | ||||
Initial debug output. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r10443 | ---------------------------------------------------------------------- | ||
Martin Geisler
|
r10444 | ['verbose'] | ||
---------------------------------------------------------------------- | ||||
Matt Mackall
|
r15261 | <p> | ||
Normal output. | ||||
</p> | ||||
<p> | ||||
Initial debug output. | ||||
</p> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r10443 | |||
containers (verbose debug) formatted to fit within 60 characters: | ||||
---------------------------------------------------------------------- | ||||
Normal output. | ||||
Initial debug output. | ||||
Verbose output. | ||||
Debug output. | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r10443 | ---------------------------------------------------------------------- | ||
Martin Geisler
|
r10444 | [] | ||
---------------------------------------------------------------------- | ||||
Matt Mackall
|
r15261 | <p> | ||
Normal output. | ||||
</p> | ||||
<p> | ||||
Initial debug output. | ||||
</p> | ||||
<p> | ||||
Verbose output. | ||||
</p> | ||||
<p> | ||||
Debug output. | ||||
</p> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r10443 | |||
Martin Geisler
|
r10972 | roles formatted to fit within 60 characters: | ||
---------------------------------------------------------------------- | ||||
Please see "hg add". | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r10972 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <p> | ||
Please see "hg add". | ||||
</p> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r10972 | |||
Martin Geisler
|
r10977 | sections formatted to fit within 20 characters: | ||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r10984 | Title | ||
===== | ||||
Section | ||||
------- | ||||
Subsection | ||||
'''''''''' | ||||
Martin Geisler
|
r10983 | |||
Markup: "foo" and "hg help" | ||||
--------------------------- | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r10977 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <h1>Title</h1> | ||
<h2>Section</h2> | ||||
<h3>Subsection</h3> | ||||
<h2>Markup: "foo" and "hg help"</h2> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r10977 | |||
Erik Zielke
|
r12388 | admonitions formatted to fit within 30 characters: | ||
---------------------------------------------------------------------- | ||||
Note: | ||||
This is a note | ||||
- Bullet 1 | ||||
- Bullet 2 | ||||
Warning! | ||||
This is a warning Second | ||||
input line of warning | ||||
!Danger! | ||||
This is danger | ||||
Matt Mackall
|
r15125 | |||
Erik Zielke
|
r12388 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <p> | ||
<b>Note:</b> This is a note | ||||
</p> | ||||
<ul> | ||||
<li> Bullet 1 | ||||
<li> Bullet 2 | ||||
</ul> | ||||
<p> | ||||
<b>Warning!</b> This is a warning Second input line of warning | ||||
</p> | ||||
<p> | ||||
<b>!Danger!</b> This is danger | ||||
</p> | ||||
---------------------------------------------------------------------- | ||||
Erik Zielke
|
r12388 | |||
Martin Geisler
|
r12819 | comments formatted to fit within 30 characters: | ||
---------------------------------------------------------------------- | ||||
Some text. | ||||
Some indented text. | ||||
Erik Zielke
|
r13009 | |||
Empty comment above | ||||
Matt Mackall
|
r15125 | |||
Martin Geisler
|
r12819 | ---------------------------------------------------------------------- | ||
Matt Mackall
|
r15261 | <p> | ||
Some text. | ||||
</p> | ||||
<p> | ||||
Some indented text. | ||||
</p> | ||||
<p> | ||||
Empty comment above | ||||
</p> | ||||
---------------------------------------------------------------------- | ||||
Martin Geisler
|
r12819 | |||
Matt Mackall
|
r15039 | === === ======================================== | ||
a b c | ||||
=== === ======================================== | ||||
1 2 3 | ||||
foo bar baz this list is very very very long man | ||||
=== === ======================================== | ||||
Matt Mackall
|
r15037 | table formatted to fit within 30 characters: | ||
---------------------------------------------------------------------- | ||||
a b c | ||||
------------------------------ | ||||
1 2 3 | ||||
Matt Mackall
|
r15039 | foo bar baz this list is | ||
very very very long | ||||
man | ||||
Matt Mackall
|
r15037 | |||
---------------------------------------------------------------------- | ||||
Matt Mackall
|
r15261 | <table> | ||
<tr><th>a</th><th>b</th><th>c</th></tr> | ||||
<tr><td>1</td><td>2</td><td>3</td></tr> | ||||
<tr><td>foo</td><td>bar</td><td>baz this list is very very very long man</td></tr> | ||||
</table> | ||||
Matt Mackall
|
r15037 | |||
Matt Mackall
|
r15261 | ---------------------------------------------------------------------- | ||