Browse Source

Added test for #25. Looks to be working.

Titus 13 years ago
parent
commit
90e51e95cc
2 changed files with 8 additions and 0 deletions
  1. 4 0
      test/cases/github-style-linebreaks.html
  2. 4 0
      test/cases/github-style-linebreaks.md

+ 4 - 0
test/cases/github-style-linebreaks.html

@@ -0,0 +1,4 @@
+
+<pre><code>code can go here
+this is rendered on a second line
+</code></pre>

+ 4 - 0
test/cases/github-style-linebreaks.md

@@ -0,0 +1,4 @@
+```
+code can go here
+this is rendered on a second line
+```