Skip to content

Commit

Permalink
release 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tivie committed Dec 22, 2017
1 parent da328f2 commit a8bcde1
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="1.8.6"></a>
## [1.8.6](https://github.com/showdownjs/showdown/compare/1.8.5...1.8.6) (2017-12-22)


### Features

* **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)



<a name="1.8.5"></a>
# [1.8.5](https://github.com/showdownjs/showdown/compare/1.8.4...1.8.5) (2017-12-10)

Expand Down
2 changes: 1 addition & 1 deletion dist/showdown.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/showdown.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "showdown",
"version": "1.8.5",
"version": "1.8.6",
"description": "A Markdown to HTML converter written in Javascript",
"author": "Estevão Santos",
"homepage": "http://showdownjs.com/",
Expand Down
2 changes: 1 addition & 1 deletion performance.json

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions performance.log.md
Expand Up @@ -42,6 +42,47 @@
|unescapeSpecialChars|0.010|0.057|0.007|


## [version 1.8.6](https://github.com/showdownjs/showdown/tree/1.8.6)

### Test Suite: Basic (50 cycles)
| test | avgTime | max | min |
|:-----|--------:|----:|----:|
|Simple "Hello World"|0.454|9.635|0.087|
|performance.testfile.md|31.987|60.669|27.816|

### Test Suite: subParsers (20 cycles)
| test | avgTime | max | min |
|:-----|--------:|----:|----:|
|hashHTMLBlocks|5.333|15.245|2.412|
|anchors|0.399|0.670|0.291|
|autoLinks|0.118|0.291|0.072|
|blockQuotes|2.897|6.028|1.997|
|codeBlocks|0.305|1.120|0.189|
|codeSpans|0.294|0.626|0.235|
|detab|0.129|0.765|0.087|
|encodeAmpsAndAngles|0.110|0.166|0.094|
|encodeBackslashEscapes|0.099|0.349|0.068|
|encodeCode|0.948|1.386|0.842|
|escapeSpecialCharsWithinTagAttributes|0.214|0.473|0.162|
|githubCodeBlocks|0.161|0.252|0.148|
|hashBlock|0.042|0.070|0.037|
|hashElement|0.002|0.023|0.000|
|hashHTMLSpans|4.292|5.134|3.921|
|hashPreCodeTags|0.131|0.361|0.110|
|headers|1.550|3.810|1.149|
|horizontalRule|0.214|0.287|0.201|
|images|0.176|0.432|0.132|
|italicsAndBold|0.324|1.552|0.228|
|lists|2.931|3.835|2.586|
|outdent|0.154|0.272|0.137|
|paragraphs|6.549|8.261|5.730|
|spanGamut|4.223|5.585|3.756|
|strikethrough|0.005|0.087|0.000|
|stripLinkDefinitions|0.242|0.373|0.224|
|tables|0.003|0.042|0.001|
|unescapeSpecialChars|0.010|0.053|0.007|


## [version 1.8.4](https://github.com/showdownjs/showdown/tree/1.8.4)

### Test Suite: Basic (50 cycles)
Expand Down

0 comments on commit a8bcde1

Please sign in to comment.