# 2-paragraphs-hard-return-spaces This is a first paragraph, on multiple lines. This is a second paragraph. There are spaces in between the two. ---

This is a first paragraph, on multiple lines.

This is a second paragraph. There are spaces in between the two.

# 2-paragraphs-hard-return This is a first paragraph, on multiple lines. This is a second paragraph which has multiple lines too. ---

This is a first paragraph, on multiple lines.

This is a second paragraph which has multiple lines too.

# 2-paragraphs-line-returns A first paragraph. A second paragraph after 3 CR (carriage return). ---

A first paragraph.

A second paragraph after 3 CR (carriage return).

# 2-paragraphs-line-spaces This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph on 1 line. A few spaces and a new long long long long long long long long long long long long long long long long paragraph on 1 line. ---

This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph on 1 line.

A few spaces and a new long long long long long long long long long long long long long long long long paragraph on 1 line.

# 2-paragraphs-line-tab This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph on 1 line. 1 tab to separate them and a new long long long long long long long long long long long long long long long long paragraph on 1 line. ---

This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph on 1 line.

1 tab to separate them and a new long long long long long long long long long long long long long long long long paragraph on 1 line.

# 2-paragraphs-line This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph on 1 line. A new long long long long long long long long long long long long long long long long paragraph on 1 line. ---

This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph on 1 line.

A new long long long long long long long long long long long long long long long long paragraph on 1 line.

# EOL-CR+LF These lines all end with end of line (EOL) sequences. Seriously, they really do. If you don't believe me: HEX EDIT! ---

These lines all end with end of line (EOL) sequences.

Seriously, they really do.

If you don't believe me: HEX EDIT!

# EOL-CR These lines all end with end of line (EOL) sequences. Seriously, they really do. If you don't believe me: HEX EDIT! ---

These lines all end with end of line (EOL) sequences.

Seriously, they really do.

If you don't believe me: HEX EDIT!

# EOL-LF These lines all end with end of line (EOL) sequences. Seriously, they really do. If you don't believe me: HEX EDIT! ---

These lines all end with end of line (EOL) sequences.

Seriously, they really do.

If you don't believe me: HEX EDIT!

# ampersand-text-flow An ampersand & in the text flow is escaped as an html entity. ---

An ampersand & in the text flow is escaped as an html entity.

# ampersand-uri There is an [ampersand](http://validator.w3.org/check?uri=http://www.w3.org/&verbose=1) in the URI. ---

There is an ampersand in the URI.

# asterisk-near-text This is \*an asterisk which should stay as is. ---

This is *an asterisk which should stay as is.

# asterisk This is * an asterisk which should stay as is. ---

This is * an asterisk which should stay as is.

# backslash-escape \\ backslash \` backtick \* asterisk \_ underscore \{\} curly braces \[\] square brackets \(\) parentheses \# hash mark \+ plus sign \- minus sign (hyphen) \. dot \! exclamation mark ---

\ backslash ` backtick * asterisk _ underscore {} curly braces [] square brackets () parentheses # hash mark + plus sign - minus sign (hyphen) . dot ! exclamation mark

# blockquote-added-markup > # heading level 1 > > paragraph ---

heading level 1

paragraph

# blockquote-line-2-paragraphs >A blockquote with a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long line. >and a second very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long line. ---

A blockquote with a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long line.

and a second very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long line.

# blockquote-line >This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph in a blockquote. ---

This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph in a blockquote.

# blockquote-multiline-1-space-begin > A blockquote > on multiple lines > like this. ---

A blockquote on multiple lines like this.

# blockquote-multiline-1-space-end >A blockquote >on multiple lines >like this. ---

A blockquote on multiple lines like this.

# blockquote-multiline-2-paragraphs >A blockquote >on multiple lines >like this. > >But it has >two paragraphs. ---

A blockquote on multiple lines like this.

But it has two paragraphs.

# blockquote-multiline >A blockquote >on multiple lines >like this ---

A blockquote on multiple lines like this

# blockquote-nested-multiplereturn-level1 > This is the first level of quoting. > > > This is nested blockquote. > > Back to the first level. ---

This is the first level of quoting.

This is nested blockquote.

Back to the first level.

# blockquote-nested-multiplereturn > This is the first level of quoting. > > > This is nested blockquote. ---

This is the first level of quoting.

This is nested blockquote.

# blockquote-nested-return-level1 > This is the first level of quoting. > > This is nested blockquote. > Back to the first level. ---

This is the first level of quoting.

This is nested blockquote. Back to the first level.

# blockquote-nested > This is the first level of quoting. > > This is nested blockquote. ---

This is the first level of quoting.

This is nested blockquote.

# code-1-tab 10 PRINT HELLO INFINITE 20 GOTO 10 ---
10 PRINT HELLO INFINITE
20 GOTO 10
# code-4-spaces-escaping 10 PRINT < > & 20 GOTO 10 ---
10 PRINT < > &
20 GOTO 10
# code-4-spaces 10 PRINT HELLO INFINITE 20 GOTO 10 ---
10 PRINT HELLO INFINITE
20 GOTO 10
# em-middle-word as*te*risks ---

asterisks

# em-star *single asterisks* ---

single asterisks

# em-underscore _single underscores_ ---

single underscores

# entities-text-flow HTML entities are written using ampersand notation: © ---

HTML entities are written using ampersand notation: ©

# header-level1-equal-underlined This is an H1 ============= ---

This is an H1

# header-level1-hash-sign-closed # This is an H1 # ---

This is an H1

# header-level1-hash-sign-trailing-1-space # This is an H1 ---

# This is an H1

# header-level1-hash-sign-trailing-2-spaces # this is an h1 with two trailing spaces A new paragraph. ---

this is an h1 with two trailing spaces

A new paragraph.

# header-level1-hash-sign # This is an H1 ---

This is an H1

# header-level2-dash-underlined This is an H2 ------------- ---

This is an H2

# header-level2-hash-sign-closed ## This is an H2 ## ---

This is an H2

# header-level2-hash-sign ## This is an H2 ---

This is an H2

# header-level3-hash-sign-closed ### This is an H3 ### ---

This is an H3

# header-level3-hash-sign ### This is an H3 ---

This is an H3

# header-level4-hash-sign-closed #### This is an H4 #### ---

This is an H4

# header-level4-hash-sign #### This is an H4 ---

This is an H4

# header-level5-hash-sign-closed ##### This is an H5 ##### ---
This is an H5
# header-level5-hash-sign ##### This is an H5 ---
This is an H5
# header-level6-hash-sign-closed ###### This is an H6 ###### ---
This is an H6
# header-level6-hash-sign ###### This is an H6 ---
This is an H6
# horizontal-rule-3-dashes-spaces - - - ---
# horizontal-rule-3-dashes --- ---
# horizontal-rule-3-stars *** ---
# horizontal-rule-3-underscores ___ ---
# horizontal-rule-7-dashes ------- ---
# img-idref-title ![HTML5][h5] [h5]: http://www.w3.org/html/logo/img/mark-word-icon.png "HTML5 for everyone" ---

HTML5

# img-idref ![HTML5][h5] [h5]: http://www.w3.org/html/logo/img/mark-word-icon.png ---

HTML5

# img-title ![HTML5](http://www.w3.org/html/logo/img/mark-word-icon.png "HTML5 logo for everyone") ---

HTML5

# img ![HTML5](http://www.w3.org/html/logo/img/mark-word-icon.png) ---

HTML5

# inline-code-escaping-entities We love ` and &` for everything ---

We love <code> and & for everything

# inline-code-with-visible-backtick ``We love `code` for everything`` ---

We love `code` for everything

# inline-code ``We love `code` for everything`` ---

We love `code` for everything

# line-break-2-spaces A first sentence and a line break. ---

A first sentence
and a line break.

# line-break-5-spaces A first sentence and a line break. ---

A first sentence
and a line break.

# link-automatic This is an automatic link ---

This is an automatic link http://www.w3.org/

# link-bracket-paranthesis-title [W3C](http://www.w3.org/ "Discover w3c") ---

W3C

# link-bracket-paranthesis [W3C](http://www.w3.org/) ---

W3C

# link-idref-angle-bracket [World Wide Web Consortium][w3c] [w3c]: ---

World Wide Web Consortium

# link-idref-implicit-spaces [World Wide Web Consortium][] [World Wide Web Consortium]: http://www.w3.org/ ---

World Wide Web Consortium

# link-idref-implicit [w3c][] [w3c]: http://www.w3.org/ ---

w3c

# link-idref-space [World Wide Web Consortium] [w3c] [w3c]: http://www.w3.org/ ---

World Wide Web Consortium

# link-idref-title-next-line [World Wide Web Consortium][w3c] [w3c]: http://www.w3.org/ "Discover W3C" ---

World Wide Web Consortium

# link-idref-title-paranthesis [World Wide Web Consortium][w3c] [w3c]: http://www.w3.org/ (Discover w3c) ---

World Wide Web Consortium

# link-idref-title-single-quote [World Wide Web Consortium][w3c] [w3c]: http://www.w3.org/ 'Discover w3c' ---

World Wide Web Consortium

# link-idref-title [World Wide Web Consortium][w3c] [w3c]: http://www.w3.org/ "Discover w3c" ---

World Wide Web Consortium

# link-idref [World Wide Web Consortium][w3c] [w3c]: http://www.w3.org/ ---

World Wide Web Consortium

# list-blockquote * a list containing a blockquote > this the blockquote in the list ---
  • a list containing a blockquote

    this the blockquote in the list

# list-code-1-space * a b ---
  • a

    b
    
# list-code * a list containing a block of code 10 PRINT HELLO INFINITE 20 GOTO 10 ---
  • a list containing a block of code

    10 PRINT HELLO INFINITE
    20 GOTO 10
    
# list-multiparagraphs-tab * This is a list item with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. Donec sit amet nisl. Aliquam semper ipsum sit amet velit. * Suspendisse id sem consectetuer libero luctus adipiscing. ---
  • This is a list item with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.

    Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. Donec sit amet nisl. Aliquam semper ipsum sit amet velit.

  • Suspendisse id sem consectetuer libero luctus adipiscing.

# list-multiparagraphs * This is a list item with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. Donec sit amet nisl. Aliquam semper ipsum sit amet velit. * Suspendisse id sem consectetuer libero luctus adipiscing. ---
  • This is a list item with two paragraphs. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.

    Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus. Donec sit amet nisl. Aliquam semper ipsum sit amet velit.

  • Suspendisse id sem consectetuer libero luctus adipiscing.

# ordered-list-escaped 1\. ordered list escape ---

1. ordered list escape

# ordered-list-inner-par-list 1. 1 - inner par list 2. 2 ---
  1. 1

    • inner par list
  2. 2

# ordered-list-items-random-number 1. list item 1 8. list item 2 1. list item 3 ---
  1. list item 1
  2. list item 2
  3. list item 3
# ordered-list-items 1. list item 1 2. list item 2 3. list item 3 ---
  1. list item 1
  2. list item 2
  3. list item 3
# paragraph-hard-return This is a paragraph on multiple lines with hard return. ---

This is a paragraph on multiple lines with hard return.

# paragraph-line This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph on 1 line. ---

This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph on 1 line.

# paragraph-trailing-leading-spaces This is a paragraph with a trailing and leading space. ---

This is a paragraph with a trailing and leading space.

# paragraph-trailing-tab This is a paragraph with 1 trailing tab. ---

This is a paragraph with 1 trailing tab.

# paragraphs-2-leading-spaces This is a paragraph with 2 leading spaces. ---

This is a paragraph with 2 leading spaces.

# paragraphs-3-leading-spaces This is a paragraph with 3 leading spaces. ---

This is a paragraph with 3 leading spaces.

# paragraphs-leading-space This is a paragraph with 1 leading space. ---

This is a paragraph with 1 leading space.

# paragraphs-trailing-spaces This is a paragraph with a trailing space. ---

This is a paragraph with a trailing space.

# strong-middle-word as**te**risks ---

asterisks

# strong-star **double asterisks** ---

double asterisks

# strong-underscore __double underscores__ ---

double underscores

# unordered-list-items-asterisk * list item 1 * list item 2 * list item 3 ---
  • list item 1
  • list item 2
  • list item 3
# unordered-list-items-dashsign - list item 1 - list item 2 - list item 3 ---
  • list item 1
  • list item 2
  • list item 3
# unordered-list-items-leading-1space * list item 1 * list item 2 * list item 3 ---
  • list item 1
  • list item 2
  • list item 3
# unordered-list-items-leading-2spaces * list item 1 * list item 2 * list item 3 ---
  • list item 1
  • list item 2
  • list item 3
# unordered-list-items-leading-3spaces * list item 1 * list item 2 * list item 3 ---
  • list item 1
  • list item 2
  • list item 3
# unordered-list-items-plussign + list item 1 + list item 2 + list item 3 ---
  • list item 1
  • list item 2
  • list item 3
# unordered-list-paragraphs * list item in paragraph * another list item in paragraph ---
  • list item in paragraph

  • another list item in paragraph

# unordered-list-unindented-content * This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph in a list. * and yet another long long long long long long long long long long long long long long long long long long long long long long line. ---
  • This a very long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long paragraph in a list.
  • and yet another long long long long long long long long long long long long long long long long long long long long long long line.
# unordered-list-with-indented-content * This is a list item with the content on multiline and indented. * And this another list item with the same principle. ---
  • This is a list item with the content on multiline and indented.
  • And this another list item with the same principle.
# fenced-code-block ``` a ``` ---

a

# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# autolink-no-bracket http://a.com ---

http://a.com

# fenced-code-block ``` a ``` ---

a

# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# fenced-code-block ``` a ``` ---

a

# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# fenced-code-block ``` a ``` ---

a

# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# fenced-code-block ``` a ``` ---

a
# utf8 € ---

# autolink-no-bracket http://a.com ---

http://a.com

# fenced-code-block ``` a ``` ---

a
# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# fenced-code-block ``` a ``` ---

a

# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# fenced-code-block ``` a ``` ---

a

# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# fenced-code-block ``` a ``` ---

a
# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# fenced-code-block ``` a ``` ---

a
# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# fenced-code-block ``` a ``` ---

a

# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# fenced-code-block ``` a ``` ---

a

# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# fenced-code-block ``` a ``` ---

a

# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---

# fenced-code-block ``` a ``` ---

a
# link-idref-implicit-no-bracket [a] [a]: b ---

a

# utf8 € ---