aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/CRLF_line_ends.html
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-03-06 19:03:14 +0000
committerWaylan Limberg <waylan@gmail.com>2008-03-06 19:03:14 +0000
commitc33ffe7dcd587b6f174d9f40049f43e628926b91 (patch)
tree01b2fb63495d45118b943f746a4ed6ac2d63d917 /tests/misc/CRLF_line_ends.html
parentc411dd7ee643ae2953997018358e319d16dcef6a (diff)
downloadmarkdown-c33ffe7dcd587b6f174d9f40049f43e628926b91.tar.gz
markdown-c33ffe7dcd587b6f174d9f40049f43e628926b91.tar.bz2
markdown-c33ffe7dcd587b6f174d9f40049f43e628926b91.zip
Moved line-endings cleanup from transform to convert method so it runs prior to textPreprocessors. Raw HTML with CRLF line endings now works properly. Also added a test. Fixes [1908691].
Diffstat (limited to 'tests/misc/CRLF_line_ends.html')
-rw-r--r--tests/misc/CRLF_line_ends.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/misc/CRLF_line_ends.html b/tests/misc/CRLF_line_ends.html
new file mode 100644
index 0000000..8e6849f
--- /dev/null
+++ b/tests/misc/CRLF_line_ends.html
@@ -0,0 +1,5 @@
+<p>foo
+</p>
+<div>
+bar
+</div> \ No newline at end of file