From d6203320aa5312c9b4f70514b208ee940fd91ab9 Mon Sep 17 00:00:00 2001 From: Estevao Soares dos Santos Date: Tue, 28 Nov 2017 03:07:28 +0000 Subject: [PATCH] test: add issue 467 test --- dist/showdown.js | Bin 168233 -> 168233 bytes dist/showdown.min.js | Bin 96677 -> 96677 bytes .../#467.header-ids-for-subheadings.html | 5 +++++ .../issues/#467.header-ids-for-subheadings.md | 9 +++++++++ 4 files changed, 14 insertions(+) create mode 100644 test/issues/#467.header-ids-for-subheadings.html create mode 100644 test/issues/#467.header-ids-for-subheadings.md diff --git a/dist/showdown.js b/dist/showdown.js index eaf5306c9ecf1cd9c622727a0db675716ac075bf..4a1f28b14065e4280c1c5f77a9c7a1b2891a8174 100644 GIT binary patch delta 20 ccmZ3vh->8{t_hNi7L8J^QjA-rnD{3G080o4IRF3v delta 20 ccmZ3vh->8{t_hNi#*I>~QjA-rnD{3G07}sYGynhq diff --git a/dist/showdown.min.js b/dist/showdown.min.js index 181033ceba8df6b5a0b57b73fb0c557a2d7e54dd..c585ccadd9566c78dbc6bf43d0f6520514b0ede3 100644 GIT binary patch delta 17 YcmZ4bnRV%B)(H}f7LAfyB^i4v0Yae$iU0rr delta 17 YcmZ4bnRV%B)(H}f#*LC&B^i4v0YZ5Og#Z8m diff --git a/test/issues/#467.header-ids-for-subheadings.html b/test/issues/#467.header-ids-for-subheadings.html new file mode 100644 index 0000000..9ff791b --- /dev/null +++ b/test/issues/#467.header-ids-for-subheadings.html @@ -0,0 +1,5 @@ +

header id in h2

+

header id in h3

+

header id in h4

+
header id in h5
+
header id in h6
diff --git a/test/issues/#467.header-ids-for-subheadings.md b/test/issues/#467.header-ids-for-subheadings.md new file mode 100644 index 0000000..cb52eff --- /dev/null +++ b/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