@@ -473,7 +473,7 @@ An [ATX header](#atx-header) <a id="atx-header"></a>
473
473
consists of a string of characters, parsed as inline content, between an
474
474
opening sequence of 1--6 unescaped `#` characters and an optional
475
475
closing 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.
477
477
The closing `#` characters may be followed by spaces only. The opening
478
478
`#` character may be indented 0-3 spaces. The raw contents of the
479
479
header are stripped of leading and trailing spaces before being parsed
@@ -599,7 +599,7 @@ Spaces are allowed after the closing sequence:
599
599
<h3>foo</h3>
600
600
.
601
601
602
- A sequence of `#` characters with a nonspace character following it
602
+ A sequence of `#` characters with a non-space character following it
603
603
is not a closing sequence, but counts as part of the contents of the
604
604
header:
605
605
@@ -660,7 +660,7 @@ ATX headers can be empty:
660
660
## Setext headers
661
661
662
662
A [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,
664
664
with no more than 3 spaces indentation, followed by a [setext header
665
665
underline](#setext-header-underline). A [setext header
666
666
underline](#setext-header-underline) <a id="setext-header-underline"></a>
@@ -2434,7 +2434,7 @@ The most important thing to notice is that the position of
2434
2434
the text after the list marker determines how much indentation
2435
2435
is needed in subsequent blocks in the list item. If the list
2436
2436
marker 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
2438
2438
must be indented five spaces in order to fall under the list
2439
2439
item.
2440
2440
@@ -2487,7 +2487,7 @@ put under the list item:
2487
2487
.
2488
2488
2489
2489
It 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
2491
2491
character after the list marker. However, that is not quite right.
2492
2492
The spaces after the list marker determine how much relative indentation
2493
2493
is needed. Which column this indentation reaches will depend on
@@ -2511,7 +2511,7 @@ this example:
2511
2511
2512
2512
Here `two` occurs in the same column as the list marker `1.`,
2513
2513
but 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.
2515
2515
2516
2516
The converse is also possible. In the following example, the word `two`
2517
2517
occurs far to the right of the initial text of the list item, `one`, but
@@ -2689,7 +2689,7 @@ inside the code block:
2689
2689
.
2690
2690
2691
2691
Note 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
2693
2693
character, and (b) cases in which they begin with an indented code
2694
2694
block. In a case like the following, where the first block begins with
2695
2695
a three-space indent, the rules do not allow us to form a list item by
@@ -4510,7 +4510,7 @@ __foo _bar_ baz__
4510
4510
.
4511
4511
4512
4512
Note 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
4514
4514
strong emphasis:
4515
4515
4516
4516
.
@@ -4684,7 +4684,7 @@ consists of either
4684
4684
ASCII space or control characters, and includes parentheses
4685
4685
only if (a) they are backslash-escaped or (b) they are part of
4686
4686
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 .
4688
4688
4689
4689
A [link title](#link-title) <a id="link-title"></a> consists of either
4690
4690
0 commit comments