diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-02-09 04:38:33 +0000 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-02-09 04:38:33 +0000 |
commit | 26b4aa77f5b85f47a96a5930a67dfbec53b8710d (patch) | |
tree | 2a36cbe0ae140e203ca2a93bfa9de0080ef18fbd /tests/misc/code-first-line.html | |
parent | 00d8f08df7e7c7de78161affcfc79380d4a0ecb9 (diff) | |
download | markdown-26b4aa77f5b85f47a96a5930a67dfbec53b8710d.tar.gz markdown-26b4aa77f5b85f47a96a5930a67dfbec53b8710d.tar.bz2 markdown-26b4aa77f5b85f47a96a5930a67dfbec53b8710d.zip |
No longer replacing " with @quot;. Fixes [1862742]
Diffstat (limited to 'tests/misc/code-first-line.html')
-rw-r--r-- | tests/misc/code-first-line.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/code-first-line.html b/tests/misc/code-first-line.html index 69ccaa2..172b17c 100644 --- a/tests/misc/code-first-line.html +++ b/tests/misc/code-first-line.html @@ -1,2 +1,2 @@ -<pre><code>print "This is a code block." -</code></pre>
\ No newline at end of file +<pre><code>print "This is a code block." +</code></pre> |