summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-01 10:38:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-01 10:38:00 -0700
commit9f857bb2df86b4ac93765b8daab0c8183192104e (patch)
treed924a78e6be10dfc75c4c8997808bb270191e5a5 /spec.txt
parent3467638f42dfec549163ea139fde2e2b4d7370eb (diff)
parent7ef7491bee8011b8018cb5484a924e6f87be33d8 (diff)
Merge pull request #5 from balpha/patch-1
fix typos
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec.txt b/spec.txt
index 94920de..81ecb00 100644
--- a/spec.txt
+++ b/spec.txt
@@ -2484,7 +2484,7 @@ blocks must be indented at least to the column of the first nonspace
character after the list marker. However, that is not quite right.
The spaces after the list marker determine how much relative indentation
is needed. Which column this indentation reaches will depend on
-how the list item is embedded in other constructions, as show by
+how the list item is embedded in other constructions, as shown by
this example:
.
@@ -3090,7 +3090,7 @@ as the four-space rule demands, rather than a single list,
``` html
<ul>
<li><p>foo<p>
-<p>bar></p></li>
+<p>bar</p></li>
<li><p>baz</p><li>
</ul>
```
@@ -3731,7 +3731,7 @@ except code spans and code blocks. Three kinds of entities are recognized.
.
[Decimal entities](#decimal-entities) <a id="decimal-entities"/>
-consist of `&` + a string of 1--8 arabic digits + `;`.
+consist of `&#` + a string of 1--8 arabic digits + `;`.
.
&#1; &#35; &#1234; &#992; &#98765432;
@@ -3740,7 +3740,7 @@ consist of `&` + a string of 1--8 arabic digits + `;`.
.
[Hexadecimal entities](#hexadecimal-entities) <a id="hexadecimal-entities"/>
-consist of `&` + either `X` or `x` + a string of 1-8 hexadecimal digits
+consist of `&#` + either `X` or `x` + a string of 1-8 hexadecimal digits
+ `;`.
.