@readme/markdown 6.38.3 → 6.38.4-next.1
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.
- package/dist/main.js +1 -1
- package/dist/main.node.js +1 -1
- package/package.json +4 -4
package/dist/main.js
CHANGED
|
@@ -28371,7 +28371,7 @@ function tokenizer(eat, value) {
|
|
|
28371
28371
|
*/
|
|
28372
28372
|
// eslint-disable-next-line unicorn/no-unsafe-regex
|
|
28373
28373
|
|
|
28374
|
-
var CODE_BLOCK_RGXP = /*#__PURE__*/_wrapRegExp(/(?:^|\n)```[\t ]*((?:(?![\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF])[\s\S])+)?(?: *((?:(?!\n)[\s\S])+))
|
|
28374
|
+
var CODE_BLOCK_RGXP = /*#__PURE__*/_wrapRegExp(/(?:^|\n)```[\t ]*((?:(?![\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF])[\s\S])+)?(?: *((?:(?!\n)[\s\S])+))?(((?!\n```)[\s\S])*)?\n```/g, {
|
|
28375
28375
|
lang: 1,
|
|
28376
28376
|
meta: 2,
|
|
28377
28377
|
code: 3
|
package/dist/main.node.js
CHANGED
|
@@ -11194,7 +11194,7 @@ function tokenizer(eat, value) {
|
|
|
11194
11194
|
*/
|
|
11195
11195
|
// eslint-disable-next-line unicorn/no-unsafe-regex
|
|
11196
11196
|
|
|
11197
|
-
var CODE_BLOCK_RGXP = /*#__PURE__*/_wrapRegExp(/(?:^|\n)```[\t ]*((?:(?![\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF])[\s\S])+)?(?: *((?:(?!\n)[\s\S])+))
|
|
11197
|
+
var CODE_BLOCK_RGXP = /*#__PURE__*/_wrapRegExp(/(?:^|\n)```[\t ]*((?:(?![\t-\r \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF])[\s\S])+)?(?: *((?:(?!\n)[\s\S])+))?(((?!\n```)[\s\S])*)?\n```/g, {
|
|
11198
11198
|
lang: 1,
|
|
11199
11199
|
meta: 2,
|
|
11200
11200
|
code: 3
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@readme/markdown",
|
|
3
3
|
"description": "ReadMe's React-based Markdown parser",
|
|
4
4
|
"author": "Rafe Goldberg <rafe@readme.io>",
|
|
5
|
-
"version": "6.38.
|
|
5
|
+
"version": "6.38.4-next.1",
|
|
6
6
|
"main": "dist/main.node.js",
|
|
7
7
|
"browser": "dist/main.js",
|
|
8
8
|
"files": [
|
|
@@ -72,17 +72,17 @@
|
|
|
72
72
|
"@commitlint/config-angular": "^15.0.0",
|
|
73
73
|
"@commitlint/config-conventional": "^15.0.0",
|
|
74
74
|
"@hot-loader/react-dom": "^16.14.0",
|
|
75
|
-
"@readme/eslint-config": "^8.
|
|
75
|
+
"@readme/eslint-config": "^8.4.1",
|
|
76
76
|
"@readme/variable": "^13.6.5",
|
|
77
77
|
"@semantic-release/changelog": "^6.0.1",
|
|
78
78
|
"@semantic-release/git": "^10.0.1",
|
|
79
|
+
"@testing-library/jest-dom": "^5.16.2",
|
|
80
|
+
"@testing-library/react": "^12.1.2",
|
|
79
81
|
"babel-jest": "^27.4.0",
|
|
80
82
|
"babel-loader": "^8.2.3",
|
|
81
83
|
"codemirror": "^5.64.0",
|
|
82
84
|
"core-js": "^3.19.2",
|
|
83
85
|
"css-loader": "^6.5.1",
|
|
84
|
-
"enzyme": "^3.11.0",
|
|
85
|
-
"enzyme-adapter-react-16": "^1.15.6",
|
|
86
86
|
"eslint": "^8.3.0",
|
|
87
87
|
"husky": "^7.0.4",
|
|
88
88
|
"identity-obj-proxy": "^3.0.0",
|