aboutsummaryrefslogtreecommitdiffstats
path: root/tests/safe_mode/script_tags.html
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-09-03 13:30:04 -0400
committerWaylan Limberg <waylan@gmail.com>2008-09-03 13:46:52 -0400
commita1c636a05557b1faa207828c9e7102391bdde5c9 (patch)
treee223f4a97d811ce956073be7647695fbcc3e6f4c /tests/safe_mode/script_tags.html
parenta4c80246770b87ca3d2cce5b5184901fd2495a7d (diff)
downloadmarkdown-a1c636a05557b1faa207828c9e7102391bdde5c9.tar.gz
markdown-a1c636a05557b1faa207828c9e7102391bdde5c9.tar.bz2
markdown-a1c636a05557b1faa207828c9e7102391bdde5c9.zip
Replaced indentation with linebreaks only. At least its more consistant - and it better matches other markdown implementations. Also updated tests.
Diffstat (limited to 'tests/safe_mode/script_tags.html')
-rw-r--r--tests/safe_mode/script_tags.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/safe_mode/script_tags.html b/tests/safe_mode/script_tags.html
index 940329f..df63ffc 100644
--- a/tests/safe_mode/script_tags.html
+++ b/tests/safe_mode/script_tags.html
@@ -9,8 +9,7 @@ alert(&quot;Hello world!&quot;)
&lt;/script&gt;</p>
<p>Now with some weirdness</p>
-<p>
-<code>&lt;script &lt;!--
+<p><code>&lt;script &lt;!--
alert("Hello world!")
&lt;/script &lt;&gt;</code> `</p>
<p>Try another way.</p>
@@ -26,4 +25,4 @@ alert(&quot;Hello world!&quot;)
&lt;/script &lt;&gt;
-</p>
+</p> \ No newline at end of file