@@ -473,7 +473,7 @@ An [ATX header](#atx-header) <a id="atx-header"></a>
473473consists of a string of characters, parsed as inline content, between an
474474opening sequence of 1--6 unescaped `#` characters and an optional
475475closing sequence of any number of `#` characters. The opening sequence
476- of `#` characters cannot be followed directly by a nonspace character.
476+ of `#` characters cannot be followed directly by a non-space character.
477477The closing `#` characters may be followed by spaces only. The opening
478478`#` character may be indented 0-3 spaces. The raw contents of the
479479header are stripped of leading and trailing spaces before being parsed
@@ -599,7 +599,7 @@ Spaces are allowed after the closing sequence:
599599<h3>foo</h3>
600600.
601601
602- A sequence of `#` characters with a nonspace character following it
602+ A sequence of `#` characters with a non-space character following it
603603is not a closing sequence, but counts as part of the contents of the
604604header:
605605
@@ -660,7 +660,7 @@ ATX headers can be empty:
660660## Setext headers
661661
662662A [setext header](#setext-header) <a id="setext-header"></a>
663- consists of a line of text, containing at least one nonspace character,
663+ consists of a line of text, containing at least one non-space character,
664664with no more than 3 spaces indentation, followed by a [setext header
665665underline](#setext-header-underline). A [setext header
666666underline](#setext-header-underline) <a id="setext-header-underline"></a>
@@ -2434,7 +2434,7 @@ The most important thing to notice is that the position of
24342434the text after the list marker determines how much indentation
24352435is needed in subsequent blocks in the list item. If the list
24362436marker takes up two spaces, and there are three spaces between
2437- the list marker and the next nonspace character, then blocks
2437+ the list marker and the next non-space character, then blocks
24382438must be indented five spaces in order to fall under the list
24392439item.
24402440
@@ -2487,7 +2487,7 @@ put under the list item:
24872487.
24882488
24892489It is tempting to think of this in terms of columns: the continuation
2490- blocks must be indented at least to the column of the first nonspace
2490+ blocks must be indented at least to the column of the first non-space
24912491character after the list marker. However, that is not quite right.
24922492The spaces after the list marker determine how much relative indentation
24932493is needed. Which column this indentation reaches will depend on
@@ -2511,7 +2511,7 @@ this example:
25112511
25122512Here `two` occurs in the same column as the list marker `1.`,
25132513but is actually contained in the list item, because there is
2514- sufficent indentation after the last containing blockquote marker.
2514+ sufficient indentation after the last containing blockquote marker.
25152515
25162516The converse is also possible. In the following example, the word `two`
25172517occurs far to the right of the initial text of the list item, `one`, but
@@ -2689,7 +2689,7 @@ inside the code block:
26892689.
26902690
26912691Note that rules #1 and #2 only apply to two cases: (a) cases
2692- in which the lines to be included in a list item begin with a nonspace
2692+ in which the lines to be included in a list item begin with a non-space
26932693character, and (b) cases in which they begin with an indented code
26942694block. In a case like the following, where the first block begins with
26952695a three-space indent, the rules do not allow us to form a list item by
@@ -4510,7 +4510,7 @@ __foo _bar_ baz__
45104510.
45114511
45124512Note that you cannot nest emphasis directly inside emphasis
4513- using the same delimeter , or strong emphasis directly inside
4513+ using the same delimiter , or strong emphasis directly inside
45144514strong emphasis:
45154515
45164516.
@@ -4684,7 +4684,7 @@ consists of either
46844684 ASCII space or control characters, and includes parentheses
46854685 only if (a) they are backslash-escaped or (b) they are part of
46864686 a balanced pair of unescaped parentheses that is not itself
4687- inside a balanced pair of unescaped paretheses .
4687+ inside a balanced pair of unescaped parentheses .
46884688
46894689A [link title](#link-title) <a id="link-title"></a> consists of either
46904690
0 commit comments