@canopycanopycanopy/b-ber-markdown-renderer 1.2.10-vimeo-player-options.2 → 1.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,27 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _keys = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/keys"));
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _slice = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/slice"));
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _forEach = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/for-each"));
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _map = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/map"));
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _reverse = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/reverse"));
|
|
14
14
|
|
|
15
15
|
var _splice = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/splice"));
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _concat = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/concat"));
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _filter = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/filter"));
|
|
20
20
|
|
|
21
|
-
var
|
|
21
|
+
var _create = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/object/create"));
|
|
22
22
|
|
|
23
|
-
var
|
|
23
|
+
var _indexOf = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/index-of"));
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var _trim = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/trim"));
|
|
26
26
|
|
|
27
27
|
// eslint-disable
|
|
28
28
|
|
|
@@ -404,9 +404,7 @@ https://highlightjs.org/
|
|
|
404
404
|
return c.beginKeywords ? '\\.?(?:' + c.begin + ')\\.?' : c.begin;
|
|
405
405
|
})).call(_context12, [mode.terminator_end, mode.illegal])).call(_context11, reStr)).call(_context10, Boolean);
|
|
406
406
|
mode.terminators = terminators.length ? langRe(joinRe(terminators, '|'), true) : {
|
|
407
|
-
exec: function ()
|
|
408
|
-
/*s*/
|
|
409
|
-
{
|
|
407
|
+
exec: function () {
|
|
410
408
|
return null;
|
|
411
409
|
}
|
|
412
410
|
};
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
4
4
|
|
|
5
|
-
var _trim = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/trim"));
|
|
6
|
-
|
|
7
5
|
var _map = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/map"));
|
|
8
6
|
|
|
7
|
+
var _trim = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/trim"));
|
|
8
|
+
|
|
9
9
|
module.exports = function (hljs) {
|
|
10
10
|
var _context, _context2;
|
|
11
11
|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
4
4
|
|
|
5
|
-
var _concat = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/concat"));
|
|
6
|
-
|
|
7
5
|
var _map = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/map"));
|
|
8
6
|
|
|
7
|
+
var _concat = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/concat"));
|
|
8
|
+
|
|
9
9
|
module.exports = function (hljs) {
|
|
10
10
|
var _context2, _context3;
|
|
11
11
|
|
package/dist/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
3
|
var _Object$defineProperty = require("@babel/runtime-corejs3/core-js-stable/object/define-property");
|
|
6
4
|
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault");
|
|
6
|
+
|
|
7
7
|
_Object$defineProperty(exports, "__esModule", {
|
|
8
8
|
value: true
|
|
9
9
|
});
|
|
10
10
|
|
|
11
11
|
exports.default = void 0;
|
|
12
12
|
|
|
13
|
-
var _repeat = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/repeat"));
|
|
14
|
-
|
|
15
13
|
var _map = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/map"));
|
|
16
14
|
|
|
15
|
+
var _repeat = _interopRequireDefault(require("@babel/runtime-corejs3/core-js-stable/instance/repeat"));
|
|
16
|
+
|
|
17
17
|
var _markdownIt = _interopRequireDefault(require("markdown-it"));
|
|
18
18
|
|
|
19
19
|
var _markdownItFrontMatter = _interopRequireDefault(require("markdown-it-front-matter"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-markdown-renderer",
|
|
3
|
-
"version": "1.2.10
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -24,21 +24,21 @@
|
|
|
24
24
|
"rimraf": "^2.6.3"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@canopycanopycanopy/b-ber-grammar-audio-video": "1.2.10
|
|
28
|
-
"@canopycanopycanopy/b-ber-grammar-dialogue": "1.2.10
|
|
29
|
-
"@canopycanopycanopy/b-ber-grammar-footnotes": "1.2.10
|
|
30
|
-
"@canopycanopycanopy/b-ber-grammar-frontmatter": "1.2.10
|
|
31
|
-
"@canopycanopycanopy/b-ber-grammar-gallery": "1.2.10
|
|
32
|
-
"@canopycanopycanopy/b-ber-grammar-iframe": "1.2.10
|
|
33
|
-
"@canopycanopycanopy/b-ber-grammar-image": "1.2.10
|
|
34
|
-
"@canopycanopycanopy/b-ber-grammar-logo": "1.2.10
|
|
35
|
-
"@canopycanopycanopy/b-ber-grammar-media": "1.2.10
|
|
36
|
-
"@canopycanopycanopy/b-ber-grammar-pullquote": "1.2.10
|
|
37
|
-
"@canopycanopycanopy/b-ber-grammar-section": "1.2.10
|
|
38
|
-
"@canopycanopycanopy/b-ber-grammar-spread": "1.2.10
|
|
39
|
-
"@canopycanopycanopy/b-ber-grammar-vimeo": "1.2.10
|
|
40
|
-
"@canopycanopycanopy/b-ber-parser-footnotes": "1.2.10
|
|
41
|
-
"@canopycanopycanopy/b-ber-parser-gallery": "1.2.10
|
|
27
|
+
"@canopycanopycanopy/b-ber-grammar-audio-video": "1.2.10",
|
|
28
|
+
"@canopycanopycanopy/b-ber-grammar-dialogue": "1.2.10",
|
|
29
|
+
"@canopycanopycanopy/b-ber-grammar-footnotes": "1.2.10",
|
|
30
|
+
"@canopycanopycanopy/b-ber-grammar-frontmatter": "1.2.10",
|
|
31
|
+
"@canopycanopycanopy/b-ber-grammar-gallery": "1.2.10",
|
|
32
|
+
"@canopycanopycanopy/b-ber-grammar-iframe": "1.2.10",
|
|
33
|
+
"@canopycanopycanopy/b-ber-grammar-image": "1.2.10",
|
|
34
|
+
"@canopycanopycanopy/b-ber-grammar-logo": "1.2.10",
|
|
35
|
+
"@canopycanopycanopy/b-ber-grammar-media": "1.2.10",
|
|
36
|
+
"@canopycanopycanopy/b-ber-grammar-pullquote": "1.2.10",
|
|
37
|
+
"@canopycanopycanopy/b-ber-grammar-section": "1.2.10",
|
|
38
|
+
"@canopycanopycanopy/b-ber-grammar-spread": "1.2.10",
|
|
39
|
+
"@canopycanopycanopy/b-ber-grammar-vimeo": "1.2.10",
|
|
40
|
+
"@canopycanopycanopy/b-ber-parser-footnotes": "1.2.10",
|
|
41
|
+
"@canopycanopycanopy/b-ber-parser-gallery": "1.2.10",
|
|
42
42
|
"markdown-it": "^8.4.1",
|
|
43
43
|
"markdown-it-front-matter": "^0.1.2"
|
|
44
44
|
},
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"url": "https://maxwellsimmer.com"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "2851c865a57746417975cedb733f79b42d3f0084"
|
|
63
63
|
}
|