فهرست منبع

test: add test for emphasis case

Estevao Soares dos Santos 8 سال پیش
والد
کامیت
94c9700d1a
4فایلهای تغییر یافته به همراه8 افزوده شده و 2 حذف شده
  1. 1 1
      dist/showdown.js
  2. 1 1
      dist/showdown.min.js
  3. 2 0
      test/cases/emphasis.html
  4. 4 0
      test/cases/emphasis.md

+ 1 - 1
dist/showdown.js

@@ -1,4 +1,4 @@
-;/*! showdown 29-01-2017 */
+;/*! showdown 30-01-2017 */
 (function(){
 /**
  * Created by Tivie on 13-07-2015.

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 1 - 1
dist/showdown.min.js


+ 2 - 0
test/cases/emphasis.html

@@ -34,3 +34,5 @@
 <p>escaped word<strong>*with*</strong>bold asterixs</p>
 <p>foo<strong>bar</strong>baz</p>
 <p>foo<strong>bar</strong>baz</p>
+<p>this is <strong><a href="//google.com">imbued link with strong</a></strong></p>
+<p>this is <strong><a href="//google.com">imbued link with strong</a></strong></p>

+ 4 - 0
test/cases/emphasis.md

@@ -68,3 +68,7 @@ escaped word**\*with\***bold asterixs
 foo**bar**baz
 
 foo__bar__baz
+
+this is **<a href="//google.com">imbued link with strong</a>**
+
+this is __<a href="//google.com">imbued link with strong</a>__

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است