소스 검색

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.