mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
update dev dependencies
This commit is contained in:
parent
1cd281f064
commit
5cc3fcc84e
4
dist/showdown.js
vendored
4
dist/showdown.js
vendored
@ -970,7 +970,7 @@ showdown.helper.padEnd = function padEnd (str, targetLength, padString) {
|
|||||||
* POLYFILLS
|
* POLYFILLS
|
||||||
*/
|
*/
|
||||||
// use this instead of builtin is undefined for IE8 compatibility
|
// use this instead of builtin is undefined for IE8 compatibility
|
||||||
if (typeof(console) === 'undefined') {
|
if (typeof console === 'undefined') {
|
||||||
console = {
|
console = {
|
||||||
warn: function (msg) {
|
warn: function (msg) {
|
||||||
'use strict';
|
'use strict';
|
||||||
@ -3105,7 +3105,7 @@ showdown.subParser('codeSpans', function (text, options, globals) {
|
|||||||
|
|
||||||
text = globals.converter._dispatch('codeSpans.before', text, options, globals);
|
text = globals.converter._dispatch('codeSpans.before', text, options, globals);
|
||||||
|
|
||||||
if (typeof(text) === 'undefined') {
|
if (typeof text === 'undefined') {
|
||||||
text = '';
|
text = '';
|
||||||
}
|
}
|
||||||
text = text.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,
|
text = text.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,
|
||||||
|
2
dist/showdown.js.map
vendored
2
dist/showdown.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/showdown.min.js.map
vendored
2
dist/showdown.min.js.map
vendored
File diff suppressed because one or more lines are too long
1267
package-lock.json
generated
1267
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -48,7 +48,7 @@
|
|||||||
"grunt-conventional-changelog": "^6.1.0",
|
"grunt-conventional-changelog": "^6.1.0",
|
||||||
"grunt-conventional-github-releaser": "^1.0.0",
|
"grunt-conventional-github-releaser": "^1.0.0",
|
||||||
"grunt-endline": "^0.6.1",
|
"grunt-endline": "^0.6.1",
|
||||||
"grunt-eslint": "^19.0.0",
|
"grunt-eslint": "^22.0.0",
|
||||||
"grunt-simple-mocha": "^0.4.0",
|
"grunt-simple-mocha": "^0.4.0",
|
||||||
"jsdom": "^13.0.0",
|
"jsdom": "^13.0.0",
|
||||||
"load-grunt-tasks": "^3.2.0",
|
"load-grunt-tasks": "^3.2.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user