Update Showdown from 1.3.0 to 1.6.4 (#238)
Improves performance and includes a number of bug fixes. See https://github.com/showdownjs/showdown/blob/master/CHANGELOG.md for changes. Several tests required small changes because the rendering of `para1\n\npara2` changed from: `<p>para1</p>\n\n<p>para2</p>` To the visually equivalent: `<p>para1</p>\n<p>para2</p>`
Showing
... | ... | @@ -89,7 +89,7 @@ |
"retry": "^0.8.0", | ||
"scroll-into-view": "^1.3.1", | ||
"seamless-immutable": "^6.0.1", | ||
"showdown": "^1.2.1", | ||
"showdown": "^1.6.4", | ||
"sinon": "^1.17.3", | ||
"stringify": "^5.1.0", | ||
"through2": "^2.0.1", | ||
... | ... |
Please register or sign in to comment