فهرست منبع

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
+```