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

test: add issue 467 test

Estevao Soares dos Santos преди 7 години
родител
ревизия
d6203320aa
променени са 4 файла, в които са добавени 16 реда и са изтрити 2 реда
  1. 1 1
      dist/showdown.js
  2. 1 1
      dist/showdown.min.js
  3. 5 0
      test/issues/#467.header-ids-for-subheadings.html
  4. 9 0
      test/issues/#467.header-ids-for-subheadings.md

+ 1 - 1
dist/showdown.js

@@ -1,4 +1,4 @@
-;/*! showdown v 1.8.2 - 23-11-2017 */
+;/*! showdown v 1.8.2 - 28-11-2017 */
 (function(){
 /**
  * Created by Tivie on 13-07-2015.

Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
dist/showdown.min.js


+ 5 - 0
test/issues/#467.header-ids-for-subheadings.html

@@ -0,0 +1,5 @@
+<h2 id="headeridinh2">header id in h2</h2>
+<h3 id="headeridinh3">header id in h3</h3>
+<h4 id="headeridinh4">header id in h4</h4>
+<h5 id="headeridinh5">header id in h5</h5>
+<h6 id="headeridinh6">header id in h6</h6>

+ 9 - 0
test/issues/#467.header-ids-for-subheadings.md

@@ -0,0 +1,9 @@
+## header id in h2
+
+### header id in h3
+
+#### header id in h4
+
+##### header id in h5
+
+###### header id in h6

Някои файлове не бяха показани, защото твърде много файлове са промени