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.txt | |
parent | b23d4874cb101f716f6285a3a683b8c90621ca78 (diff) | |
download | markdown-552bd256be6e710766062489132d9ab7ba756b37.tar.gz markdown-552bd256be6e710766062489132d9ab7ba756b37.tar.bz2 markdown-552bd256be6e710766062489132d9ab7ba756b37.zip |
added tests for codeblock on first line
Diffstat (limited to 'tests/misc/code-first-line.txt')
-rw-r--r-- | tests/misc/code-first-line.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/code-first-line.txt b/tests/misc/code-first-line.txt new file mode 100644 index 0000000..952614d --- /dev/null +++ b/tests/misc/code-first-line.txt @@ -0,0 +1 @@ + print "This is a code block." |