diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-08-22 13:52:04 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-08-22 13:52:04 -0400 |
commit | f6da83640fefb0583ad956668a7b79e9d8143226 (patch) | |
tree | 158c34a7535a7c32d71f8f80552fbd7b8da6e09b /tests/misc/html.txt | |
parent | d0271ccb1c69c85eff48634710b4cc1cd528cf91 (diff) | |
download | markdown-f6da83640fefb0583ad956668a7b79e9d8143226.tar.gz markdown-f6da83640fefb0583ad956668a7b79e9d8143226.tar.bz2 markdown-f6da83640fefb0583ad956668a7b79e9d8143226.zip |
Updated tests with raw block level html in them. **Note** these tests do not pass now - but they should! We need to fix the bug which the tests were previosuly hiding!
Diffstat (limited to 'tests/misc/html.txt')
-rw-r--r-- | tests/misc/html.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/misc/html.txt b/tests/misc/html.txt index 5ce7bb2..3ac3ae0 100644 --- a/tests/misc/html.txt +++ b/tests/misc/html.txt @@ -5,6 +5,9 @@ Some inline <b>stuff<b>. Now some <arbitrary>arbitrary tags</arbitrary>. +<div>More block level html.</div> + And of course <script>blah</script>. -[this <script>link](<script>stuff</script>)
\ No newline at end of file +[this <script>link](<script>stuff</script>) + |