diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-06-03 11:42:51 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-06-03 11:42:51 +0200 |
commit | 90601383dc873587638153ed865fe475cba87825 (patch) | |
tree | 387bda07c5c5fd2c8af7c4d3e066543b28fd021c | |
parent | 91a640353ab4ea7fda946540ada0fbbe56ea0559 (diff) |
Added test case with # followed directly by alphabetic.
(Not an ATX header.)
-rw-r--r-- | spec.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -569,8 +569,11 @@ prevent things like the following from being parsed as headers: . #5 bolt + +#foobar . <p>#5 bolt</p> +<p>#foobar</p> . This is not a header, because the first `#` is escaped: |