diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-03 16:58:54 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-03 16:58:54 -0700 |
commit | e92aabbbf6b02339cd160203f054f5f150d951f2 (patch) | |
tree | c48a3751a395f10a755f209ee51c2b8251111013 | |
parent | 0275f344ae13b09be13c37ffeb525af067116ff6 (diff) |
spec: Added a test with single escaped # at end of ATX header.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -611,9 +611,11 @@ of the closing sequence: . ### foo \### ## foo \#\## +# foo \# . <h3>foo #</h3> <h2>foo ##</h2> +<h1>foo #</h1> . ATX headers need not be separated from surrounding content by blank |