Skip to content

Commit a8bcde1

Browse files
committed
release 1.8.6
1 parent da328f2 commit a8bcde1

File tree

6 files changed

+55
-4
lines changed

6 files changed

+55
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.8.6"></a>
2+
## [1.8.6](https://github.com/showdownjs/showdown/compare/1.8.5...1.8.6) (2017-12-22)
3+
4+
5+
### Features
6+
7+
* **splitAdjacentBlockquotes:** add option to split adjacent blockquote blocks ([da328f2](https://github.com/showdownjs/showdown/commit/da328f2)), closes [#477](https://github.com/showdownjs/showdown/issues/477)
8+
9+
10+
111
<a name="1.8.5"></a>
212
# [1.8.5](https://github.com/showdownjs/showdown/compare/1.8.4...1.8.5) (2017-12-10)
313

dist/showdown.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/showdown.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "showdown",
3-
"version": "1.8.5",
3+
"version": "1.8.6",
44
"description": "A Markdown to HTML converter written in Javascript",
55
"author": "Estevão Santos",
66
"homepage": "http://showdownjs.com/",

performance.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

performance.log.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,47 @@
4242
|unescapeSpecialChars|0.010|0.057|0.007|
4343

4444

45+
## [version 1.8.6](https://github.com/showdownjs/showdown/tree/1.8.6)
46+
47+
### Test Suite: Basic (50 cycles)
48+
| test | avgTime | max | min |
49+
|:-----|--------:|----:|----:|
50+
|Simple "Hello World"|0.454|9.635|0.087|
51+
|performance.testfile.md|31.987|60.669|27.816|
52+
53+
### Test Suite: subParsers (20 cycles)
54+
| test | avgTime | max | min |
55+
|:-----|--------:|----:|----:|
56+
|hashHTMLBlocks|5.333|15.245|2.412|
57+
|anchors|0.399|0.670|0.291|
58+
|autoLinks|0.118|0.291|0.072|
59+
|blockQuotes|2.897|6.028|1.997|
60+
|codeBlocks|0.305|1.120|0.189|
61+
|codeSpans|0.294|0.626|0.235|
62+
|detab|0.129|0.765|0.087|
63+
|encodeAmpsAndAngles|0.110|0.166|0.094|
64+
|encodeBackslashEscapes|0.099|0.349|0.068|
65+
|encodeCode|0.948|1.386|0.842|
66+
|escapeSpecialCharsWithinTagAttributes|0.214|0.473|0.162|
67+
|githubCodeBlocks|0.161|0.252|0.148|
68+
|hashBlock|0.042|0.070|0.037|
69+
|hashElement|0.002|0.023|0.000|
70+
|hashHTMLSpans|4.292|5.134|3.921|
71+
|hashPreCodeTags|0.131|0.361|0.110|
72+
|headers|1.550|3.810|1.149|
73+
|horizontalRule|0.214|0.287|0.201|
74+
|images|0.176|0.432|0.132|
75+
|italicsAndBold|0.324|1.552|0.228|
76+
|lists|2.931|3.835|2.586|
77+
|outdent|0.154|0.272|0.137|
78+
|paragraphs|6.549|8.261|5.730|
79+
|spanGamut|4.223|5.585|3.756|
80+
|strikethrough|0.005|0.087|0.000|
81+
|stripLinkDefinitions|0.242|0.373|0.224|
82+
|tables|0.003|0.042|0.001|
83+
|unescapeSpecialChars|0.010|0.053|0.007|
84+
85+
4586
## [version 1.8.4](https://github.com/showdownjs/showdown/tree/1.8.4)
4687

4788
### Test Suite: Basic (50 cycles)

0 commit comments

Comments
 (0)