Преглед на файлове

Added test for #25. Looks to be working.

Titus преди 13 години
родител
ревизия
90e51e95cc
променени са 2 файла, в които са добавени 8 реда и са изтрити 0 реда
  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
+```