Skip to content

Commit

Permalink
Fix typo, in the ten cut and pasted versions
Browse files Browse the repository at this point in the history
  • Loading branch information
merriam authored and waylan committed Apr 19, 2020
1 parent 102e01c commit bbfdd55
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion tests/basic/markdown-documentation-basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>Paragraphs, Headers, Blockquotes</h2>
<p>A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.</p>
blank.) Normal paragraphs should not be indented with spaces or tabs.</p>
<p>Markdown offers two styles of headers: <em>Setext</em> and <em>atx</em>.
Setext-style headers for <code>&lt;h1&gt;</code> and <code>&lt;h2&gt;</code> are created by
"underlining" with equal signs (<code>=</code>) and hyphens (<code>-</code>), respectively.
Expand Down
2 changes: 1 addition & 1 deletion tests/basic/markdown-documentation-basics.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ can [see the source for it by adding '.text' to the URL] [src].
A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.
blank.) Normal paragraphs should not be indented with spaces or tabs.

Markdown offers two styles of headers: *Setext* and *atx*.
Setext-style headers for `<h1>` and `<h2>` are created by
Expand Down
4 changes: 2 additions & 2 deletions tests/basic/markdown-syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h3 id="p">Paragraphs and Line Breaks</h3>
<p>A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing but spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.</p>
blank.) Normal paragraphs should not be indented with spaces or tabs.</p>
<p>The implication of the "one or more consecutive lines of text" rule is
that Markdown supports "hard-wrapped" text paragraphs. This differs
significantly from most other text-to-HTML formatters (including Movable
Expand Down Expand Up @@ -328,7 +328,7 @@ <h3 id="list">Lists</h3>
&lt;/ul&gt;
</code></pre>
<p>List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be intended by either 4 spaces
paragraph in a list item must be indented by either 4 spaces
or one tab:</p>
<pre><code>1. This is a list item with two paragraphs. Lorem ipsum dolor
sit amet, consectetuer adipiscing elit. Aliquam hendrerit
Expand Down
4 changes: 2 additions & 2 deletions tests/basic/markdown-syntax.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ and `&` in your example code needs to be escaped.)
A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing but spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.
blank.) Normal paragraphs should not be indented with spaces or tabs.

The implication of the "one or more consecutive lines of text" rule is
that Markdown supports "hard-wrapped" text paragraphs. This differs
Expand Down Expand Up @@ -401,7 +401,7 @@ will turn into:
</ul>

List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be intended by either 4 spaces
paragraph in a list item must be indented by either 4 spaces
or one tab:

1. This is a list item with two paragraphs. Lorem ipsum dolor
Expand Down
4 changes: 2 additions & 2 deletions tests/extensions/extra/markdown-syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h3 id="p">Paragraphs and Line Breaks</h3>
<p>A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing but spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.</p>
blank.) Normal paragraphs should not be indented with spaces or tabs.</p>
<p>The implication of the "one or more consecutive lines of text" rule is
that Markdown supports "hard-wrapped" text paragraphs. This differs
significantly from most other text-to-HTML formatters (including Movable
Expand Down Expand Up @@ -328,7 +328,7 @@ <h3 id="list">Lists</h3>
&lt;/ul&gt;
</code></pre>
<p>List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be intended by either 4 spaces
paragraph in a list item must be indented by either 4 spaces
or one tab:</p>
<pre><code>1. This is a list item with two paragraphs. Lorem ipsum dolor
sit amet, consectetuer adipiscing elit. Aliquam hendrerit
Expand Down
4 changes: 2 additions & 2 deletions tests/extensions/extra/markdown-syntax.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ and `&` in your example code needs to be escaped.)
A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing but spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.
blank.) Normal paragraphs should not be indented with spaces or tabs.

The implication of the "one or more consecutive lines of text" rule is
that Markdown supports "hard-wrapped" text paragraphs. This differs
Expand Down Expand Up @@ -401,7 +401,7 @@ will turn into:
</ul>

List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be intended by either 4 spaces
paragraph in a list item must be indented by either 4 spaces
or one tab:

1. This is a list item with two paragraphs. Lorem ipsum dolor
Expand Down
4 changes: 2 additions & 2 deletions tests/extensions/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2 id="paragraphs-and-line-breaks">Paragraphs and Line Breaks</h2>
<p>A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing but spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.</p>
blank.) Normal paragraphs should not be indented with spaces or tabs.</p>
<p>The implication of the "one or more consecutive lines of text" rule is
that Markdown supports "hard-wrapped" text paragraphs. This differs
significantly from most other text-to-HTML formatters (including Movable
Expand Down Expand Up @@ -309,7 +309,7 @@ <h2 id="lists">Lists</h2>
&lt;/ul&gt;
</code></pre>
<p>List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be intended by either 4 spaces
paragraph in a list item must be indented by either 4 spaces
or one tab:</p>
<pre><code>1. This is a list item with two paragraphs. Lorem ipsum dolor
sit amet, consectetuer adipiscing elit. Aliquam hendrerit
Expand Down
4 changes: 2 additions & 2 deletions tests/extensions/toc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ and `&` in your example code needs to be escaped.)
A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing but spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.
blank.) Normal paragraphs should not be indented with spaces or tabs.

The implication of the "one or more consecutive lines of text" rule is
that Markdown supports "hard-wrapped" text paragraphs. This differs
Expand Down Expand Up @@ -364,7 +364,7 @@ will turn into:
</ul>

List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be intended by either 4 spaces
paragraph in a list item must be indented by either 4 spaces
or one tab:

1. This is a list item with two paragraphs. Lorem ipsum dolor
Expand Down
2 changes: 1 addition & 1 deletion tests/pl/Tests_2004/Markdown Documentation - Basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>Paragraphs, Headers, Blockquotes</h2>
<p>A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.</p>
blank.) Normal paragraphs should not be indented with spaces or tabs.</p>

<p>Markdown offers two styles of headers: <em>Setext</em> and <em>atx</em>.
Setext-style headers for <code>&lt;h1&gt;</code> and <code>&lt;h2&gt;</code> are created by
Expand Down
2 changes: 1 addition & 1 deletion tests/pl/Tests_2004/Markdown Documentation - Basics.text
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ can [see the source for it by adding '.text' to the URL] [src].
A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.
blank.) Normal paragraphs should not be indented with spaces or tabs.

Markdown offers two styles of headers: *Setext* and *atx*.
Setext-style headers for `<h1>` and `<h2>` are created by
Expand Down
4 changes: 2 additions & 2 deletions tests/pl/Tests_2004/Markdown Documentation - Syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h3 id="p">Paragraphs and Line Breaks</h3>
<p>A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing but spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.</p>
blank.) Normal paragraphs should not be indented with spaces or tabs.</p>

<p>The implication of the "one or more consecutive lines of text" rule is
that Markdown supports "hard-wrapped" text paragraphs. This differs
Expand Down Expand Up @@ -414,7 +414,7 @@ <h3 id="list">Lists</h3>
</code></pre>

<p>List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be intended by either 4 spaces
paragraph in a list item must be indented by either 4 spaces
or one tab:</p>

<pre><code>1. This is a list item with two paragraphs. Lorem ipsum dolor
Expand Down
4 changes: 2 additions & 2 deletions tests/pl/Tests_2004/Markdown Documentation - Syntax.text
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ and `&` in your example code needs to be escaped.)
A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing but spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.
blank.) Normal paragraphs should not be indented with spaces or tabs.

The implication of the "one or more consecutive lines of text" rule is
that Markdown supports "hard-wrapped" text paragraphs. This differs
Expand Down Expand Up @@ -401,7 +401,7 @@ will turn into:
</ul>

List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be intended by either 4 spaces
paragraph in a list item must be indented by either 4 spaces
or one tab:

1. This is a list item with two paragraphs. Lorem ipsum dolor
Expand Down
2 changes: 1 addition & 1 deletion tests/pl/Tests_2007/Markdown Documentation - Basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>Paragraphs, Headers, Blockquotes</h2>
<p>A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.</p>
blank.) Normal paragraphs should not be indented with spaces or tabs.</p>

<p>Markdown offers two styles of headers: <em>Setext</em> and <em>atx</em>.
Setext-style headers for <code>&lt;h1&gt;</code> and <code>&lt;h2&gt;</code> are created by
Expand Down
2 changes: 1 addition & 1 deletion tests/pl/Tests_2007/Markdown Documentation - Basics.text
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ can [see the source for it by adding '.text' to the URL] [src].
A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.
blank.) Normal paragraphs should not be indented with spaces or tabs.

Markdown offers two styles of headers: *Setext* and *atx*.
Setext-style headers for `<h1>` and `<h2>` are created by
Expand Down
4 changes: 2 additions & 2 deletions tests/pl/Tests_2007/Markdown Documentation - Syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h3 id="p">Paragraphs and Line Breaks</h3>
<p>A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing but spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.</p>
blank.) Normal paragraphs should not be indented with spaces or tabs.</p>

<p>The implication of the "one or more consecutive lines of text" rule is
that Markdown supports "hard-wrapped" text paragraphs. This differs
Expand Down Expand Up @@ -414,7 +414,7 @@ <h3 id="list">Lists</h3>
</code></pre>

<p>List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be intended by either 4 spaces
paragraph in a list item must be indented by either 4 spaces
or one tab:</p>

<pre><code>1. This is a list item with two paragraphs. Lorem ipsum dolor
Expand Down
4 changes: 2 additions & 2 deletions tests/pl/Tests_2007/Markdown Documentation - Syntax.text
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ and `&` in your example code needs to be escaped.)
A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing but spaces or tabs is considered
blank.) Normal paragraphs should not be intended with spaces or tabs.
blank.) Normal paragraphs should not be indented with spaces or tabs.

The implication of the "one or more consecutive lines of text" rule is
that Markdown supports "hard-wrapped" text paragraphs. This differs
Expand Down Expand Up @@ -401,7 +401,7 @@ will turn into:
</ul>

List items may consist of multiple paragraphs. Each subsequent
paragraph in a list item must be intended by either 4 spaces
paragraph in a list item must be indented by either 4 spaces
or one tab:

1. This is a list item with two paragraphs. Lorem ipsum dolor
Expand Down

0 comments on commit bbfdd55

Please sign in to comment.