From 3fad73031e544de6c9f74621de923da3806a6c21 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 13 Jan 2018 09:25:40 +0000 Subject: Correct spelling mistakes. --- tests/extensions/attr_list.html | 2 +- tests/extensions/attr_list.txt | 2 +- tests/extensions/extra/markdown-syntax.html | 2 +- tests/extensions/extra/markdown-syntax.txt | 2 +- tests/extensions/toc.html | 2 +- tests/extensions/toc.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/extensions') 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
    -- 
    cgit v1.2.3