diff options
author | Edward Betts <edward@4angle.com> | 2018-01-13 09:25:40 +0000 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-01-13 11:42:50 -0500 |
commit | 3fad73031e544de6c9f74621de923da3806a6c21 (patch) | |
tree | c9c4c6524f6d46627856d46a5caf011b9e293b2e /tests/extensions/attr_list.html | |
parent | 6d1537ac5e528db9e91cf905f507bb409e546d2c (diff) | |
download | markdown-3fad73031e544de6c9f74621de923da3806a6c21.tar.gz markdown-3fad73031e544de6c9f74621de923da3806a6c21.tar.bz2 markdown-3fad73031e544de6c9f74621de923da3806a6c21.zip |
Correct spelling mistakes.
Diffstat (limited to 'tests/extensions/attr_list.html')
-rw-r--r-- | tests/extensions/attr_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <strong class="nest">nested <a class="linky2" href="http://example.com" ti # This should be ignored. {: #someid .someclass } </code></pre> -<h3 id="hash3">No colon for compatability with Headerid ext</h3> +<h3 id="hash3">No colon for compatibility with Headerid ext</h3> <p id="the_end">Also a codespan: <code class="foo">{: .someclass}</code>.</p> <h3 _:="{:" id="hash5">Bad Syntax</h3> <ul> |