aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenta Sato (佐藤 建太) <bicycle1885@gmail.com>2018-01-02 04:10:41 +0900
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-01 12:10:41 -0700
commit6aaa2a684e8a438b4fb1ae82b2e8abfd43e69122 (patch)
tree9e0d4da6bb4fee1cef46959325626abdaa67d815
parent7e0b265dee46a22a2b788e7ad50c01ee5e37386a (diff)
Fix a typo in spec.txt (#514)
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index d07e514..08ce0a5 100644
--- a/spec.txt
+++ b/spec.txt
@@ -2069,7 +2069,7 @@ _world_.
</td></tr></table>
````````````````````````````````
-In this case, the HTML block is terminated by the newline — the `**hello**`
+In this case, the HTML block is terminated by the newline — the `**Hello**`
text remains verbatim — and regular parsing resumes, with a paragraph,
emphasised `world` and inline and block HTML following.