diff options
| author | Waylan Limberg <waylan@gmail.com> | 2007-11-03 19:21:52 +0000 |
|---|---|---|
| committer | Waylan Limberg <waylan@gmail.com> | 2007-11-03 19:21:52 +0000 |
| commit | 552bd256be6e710766062489132d9ab7ba756b37 (patch) | |
| tree | e9bcf3b961754c72c67d56e0b84d826097e9440e /tests/misc/code-first-line.html | |
| parent | b23d4874cb101f716f6285a3a683b8c90621ca78 (diff) | |
| download | python-markdown-552bd256be6e710766062489132d9ab7ba756b37.tar.gz | |
added tests for codeblock on first line
Diffstat (limited to 'tests/misc/code-first-line.html')
| -rw-r--r-- | tests/misc/code-first-line.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/code-first-line.html b/tests/misc/code-first-line.html new file mode 100644 index 0000000..69ccaa2 --- /dev/null +++ b/tests/misc/code-first-line.html @@ -0,0 +1,2 @@ +<pre><code>print "This is a code block." +</code></pre>
\ No newline at end of file |
