diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-05-14 23:13:18 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-05-14 23:13:18 -0400 |
commit | a91e308363eeacd77270cdcb3df2109e0cfe2d18 (patch) | |
tree | 822ca36517a1c59b95c703eb8dad3075045764dd /tests/misc/headers.txt | |
parent | c0c88a2777a1641d4312b6aafe454f466fe104b2 (diff) | |
download | markdown-a91e308363eeacd77270cdcb3df2109e0cfe2d18.tar.gz markdown-a91e308363eeacd77270cdcb3df2109e0cfe2d18.tar.bz2 markdown-a91e308363eeacd77270cdcb3df2109e0cfe2d18.zip |
Allow hashes (#) in body of headers -- with tests. Thank you John Szakmeister for the bug report and patch.
Diffstat (limited to 'tests/misc/headers.txt')
-rw-r--r-- | tests/misc/headers.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/headers.txt b/tests/misc/headers.txt index 1cb9bc0..2ddb391 100644 --- a/tests/misc/headers.txt +++ b/tests/misc/headers.txt @@ -7,3 +7,5 @@ Line 3 # [Markdown](http://some.link.com/) # [5]: http://foo.com/ + +# Issue #1: Markdown |