From 3fad73031e544de6c9f74621de923da3806a6c21 Mon Sep 17 00:00:00 2001
From: Edward Betts Unordered (bulleted) lists use asterisks, pluses, and hyphens (
's seperately as they are often in the middle of
+ # Do
's separately as they are often in the middle of
# inline content and missed by _prettifyETree.
brs = root.iter('br')
for br in brs:
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>.<
Lists
*
,
+
, and -
) as list markers. These three markers are
-interchangable; this:
* 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.
Lists
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
* 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
diff --git a/tests/extensions/attr_list.html b/tests/extensions/attr_list.html
index 4f21d86..e7bfe0b 100644
--- a/tests/extensions/attr_list.html
+++ b/tests/extensions/attr_list.html
@@ -13,7 +13,7 @@ And a nested
-No colon for compatability with Headerid ext
+No colon for compatibility with Headerid ext
Also a codespan: {: .someclass}
.
Bad Syntax
diff --git a/tests/extensions/attr_list.txt b/tests/extensions/attr_list.txt
index 98f1cc7..465ce4f 100644
--- a/tests/extensions/attr_list.txt
+++ b/tests/extensions/attr_list.txt
@@ -28,7 +28,7 @@ Now test overrides
# This should be ignored.
{: #someid .someclass }
-### No colon for compatability with Headerid ext { #hash3 }
+### No colon for compatibility with Headerid ext { #hash3 }
Also a codespan: `{: .someclass}`{: .foo}.
{: #the_end}
diff --git a/tests/extensions/extra/markdown-syntax.html b/tests/extensions/extra/markdown-syntax.html
index 038c9d1..2b79d2d 100644
--- a/tests/extensions/extra/markdown-syntax.html
+++ b/tests/extensions/extra/markdown-syntax.html
@@ -241,7 +241,7 @@ Quote Level from the Text menu.
Lists
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
* Green
diff --git a/tests/extensions/extra/markdown-syntax.txt b/tests/extensions/extra/markdown-syntax.txt
index dabd75c..fabec2e 100644
--- a/tests/extensions/extra/markdown-syntax.txt
+++ b/tests/extensions/extra/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
diff --git a/tests/extensions/toc.html b/tests/extensions/toc.html
index 3559d45..4936f0d 100644
--- a/tests/extensions/toc.html
+++ b/tests/extensions/toc.html
@@ -222,7 +222,7 @@ example, with BBEdit, you can make a selection and choose Increase
Quote Level from the Text menu.
Lists
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
* Green
diff --git a/tests/extensions/toc.txt b/tests/extensions/toc.txt
index f297200..f71afd2 100644
--- a/tests/extensions/toc.txt
+++ b/tests/extensions/toc.txt
@@ -261,7 +261,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
diff --git a/tests/misc/br.html b/tests/misc/br.html
index 08563a5..e8e6fdf 100644
--- a/tests/misc/br.html
+++ b/tests/misc/br.html
@@ -8,4 +8,4 @@ Or, if you prefer, <strong>use two underscores instead</strong>.<
Lists
Unordered (bulleted) lists use asterisks, pluses, and hyphens (*
,
+
, and -
) as list markers. These three markers are
-interchangable; this:
\ No newline at end of file
+interchangeable; this:
\ No newline at end of file
diff --git a/tests/misc/br.txt b/tests/misc/br.txt
index 59d29e0..19f4cf1 100644
--- a/tests/misc/br.txt
+++ b/tests/misc/br.txt
@@ -12,5 +12,5 @@ Output:
Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
`+`, and `-`) as list markers. These three markers are
-interchangable; this:
+interchangeable; this:
diff --git a/tests/test_syntax/blocks/test_headers.py b/tests/test_syntax/blocks/test_headers.py
index 63e3a7f..5164887 100644
--- a/tests/test_syntax/blocks/test_headers.py
+++ b/tests/test_syntax/blocks/test_headers.py
@@ -561,7 +561,7 @@ class TestHashHeaders(TestCase):
'# This is an H6
'
)
- # TODO: Possably change the following behavior. While this follows the behavior
+ # TODO: Possibly change the following behavior. While this follows the behavior
# of markdown.pl, it is rather uncommon and not nessecarily intuitive.
# See: http://johnmacfarlane.net/babelmark2/?normalize=1&text=%23+This+is+an+H1+%23+
def test_hash_h1_closed_trailing_space(self):
--
cgit v1.2.3