diff options
author | Waylan Limberg <waylan@gmail.com> | 2010-01-03 23:00:22 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2010-01-03 23:00:22 -0500 |
commit | c2d50b46b536a440b6d73c6bf309bdaf03b90abb (patch) | |
tree | 23f379fb3eadd2c7161ec37606a75c50a4905c66 /tests/misc/div.html | |
parent | fc3020c68575042a1ff5426ddd94bc4be65bf77d (diff) | |
download | markdown-c2d50b46b536a440b6d73c6bf309bdaf03b90abb.tar.gz markdown-c2d50b46b536a440b6d73c6bf309bdaf03b90abb.tar.bz2 markdown-c2d50b46b536a440b6d73c6bf309bdaf03b90abb.zip |
Cleanup and additional work on previous commit. NOTE: removed special treatment if raw <div>s with multiple line breaks - they no longer automagicly process their content as markdown. This matches other implementations. Finished rest of code for use by an extension - to be added later.
Diffstat (limited to 'tests/misc/div.html')
-rw-r--r-- | tests/misc/div.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/misc/div.html b/tests/misc/div.html index 7cd0d6d..7b68854 100644 --- a/tests/misc/div.html +++ b/tests/misc/div.html @@ -1,4 +1,5 @@ <div id="sidebar"> -<p><em>foo</em></p> + _foo_ + </div>
\ No newline at end of file |