diff options
author | Kenta Sato (佐藤 建太) <bicycle1885@gmail.com> | 2018-01-02 04:10:41 +0900 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-01-01 12:10:41 -0700 |
commit | 6aaa2a684e8a438b4fb1ae82b2e8abfd43e69122 (patch) | |
tree | 9e0d4da6bb4fee1cef46959325626abdaa67d815 | |
parent | 7e0b265dee46a22a2b788e7ad50c01ee5e37386a (diff) |
Fix a typo in spec.txt (#514)
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |