diff options
Diffstat (limited to 'tests/basic')
-rw-r--r-- | tests/basic/markdown-documentation-basics.html | 2 | ||||
-rw-r--r-- | tests/basic/markdown-documentation-basics.txt | 2 | ||||
-rw-r--r-- | tests/basic/markdown-syntax.html | 2 | ||||
-rw-r--r-- | tests/basic/markdown-syntax.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/basic/markdown-documentation-basics.html b/tests/basic/markdown-documentation-basics.html index 3bcaea9..d9214a2 100644 --- a/tests/basic/markdown-documentation-basics.html +++ b/tests/basic/markdown-documentation-basics.html @@ -94,7 +94,7 @@ Or, if you prefer, <strong>use two underscores instead</strong>.< <h2>Lists</h2> <p>Unordered (bulleted) lists use asterisks, pluses, and hyphens (<code>*</code>, <code>+</code>, and <code>-</code>) as list markers. These three markers are -interchangable; this:</p> +interchangeable; this:</p> <pre><code>* Candy. * Gum. * Booze. diff --git a/tests/basic/markdown-documentation-basics.txt b/tests/basic/markdown-documentation-basics.txt index 486055c..6c5a6fd 100644 --- a/tests/basic/markdown-documentation-basics.txt +++ b/tests/basic/markdown-documentation-basics.txt @@ -123,7 +123,7 @@ Output: Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`, `+`, and `-`) as list markers. These three markers are -interchangable; this: +interchangeable; this: * Candy. * Gum. diff --git a/tests/basic/markdown-syntax.html b/tests/basic/markdown-syntax.html index 038c9d1..2b79d2d 100644 --- a/tests/basic/markdown-syntax.html +++ b/tests/basic/markdown-syntax.html @@ -241,7 +241,7 @@ Quote Level from the Text menu.</p> <h3 id="list">Lists</h3> <p>Markdown supports ordered (numbered) and unordered (bulleted) lists.</p> -<p>Unordered lists use asterisks, pluses, and hyphens -- interchangably +<p>Unordered lists use asterisks, pluses, and hyphens -- interchangeably -- as list markers:</p> <pre><code>* Red * Green diff --git a/tests/basic/markdown-syntax.txt b/tests/basic/markdown-syntax.txt index dabd75c..fabec2e 100644 --- a/tests/basic/markdown-syntax.txt +++ b/tests/basic/markdown-syntax.txt @@ -298,7 +298,7 @@ Quote Level from the Text menu. Markdown supports ordered (numbered) and unordered (bulleted) lists. -Unordered lists use asterisks, pluses, and hyphens -- interchangably +Unordered lists use asterisks, pluses, and hyphens -- interchangeably -- as list markers: * Red |