Просмотр исходного кода

Added test for #25. Looks to be working.

Titus 13 лет назад
Родитель
Сommit
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
+```