From c2d50b46b536a440b6d73c6bf309bdaf03b90abb Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sun, 3 Jan 2010 23:00:22 -0500 Subject: Cleanup and additional work on previous commit. NOTE: removed special treatment if raw
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. --- tests/misc/div.html | 3 ++- tests/misc/multi-line-tags.html | 3 ++- tests/misc/multiline-comments.html | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'tests') 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 @@ \ No newline at end of file diff --git a/tests/misc/multi-line-tags.html b/tests/misc/multi-line-tags.html index 763a050..784c1dd 100644 --- a/tests/misc/multi-line-tags.html +++ b/tests/misc/multi-line-tags.html @@ -1,4 +1,5 @@
-

asdf asdfasd

+asdf asdfasd +
\ No newline at end of file diff --git a/tests/misc/multiline-comments.html b/tests/misc/multiline-comments.html index 547ba0b..12f8cb5 100644 --- a/tests/misc/multiline-comments.html +++ b/tests/misc/multiline-comments.html @@ -2,7 +2,7 @@ foo ---> +-->

@@ -12,5 +12,6 @@ foo

-

foo

+foo +
\ No newline at end of file -- cgit v1.2.3