@readme/markdown 6.61.1 → 6.62.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 +2181 -2042
- package/dist/main.node.js +2 -0
- package/package.json +2 -2
package/dist/main.node.js
CHANGED
|
@@ -11525,6 +11525,8 @@ var createSchema = function createSchema() {
|
|
|
11525
11525
|
schema.tagNames.push('figcaption');
|
|
11526
11526
|
schema.tagNames.push('input'); // allow GitHub-style todo lists
|
|
11527
11527
|
schema.ancestors.input = ['li'];
|
|
11528
|
+
schema.tagNames.push('colgroup'); // wat
|
|
11529
|
+
schema.tagNames.push('col');
|
|
11528
11530
|
return schema;
|
|
11529
11531
|
};
|
|
11530
11532
|
module.exports = createSchema;
|
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.
|
|
5
|
+
"version": "6.62.1",
|
|
6
6
|
"main": "dist/main.node.js",
|
|
7
7
|
"browser": "dist/main.js",
|
|
8
8
|
"files": [
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@readme/emojis": "^5.0.0",
|
|
30
|
-
"@readme/syntax-highlighter": "^12.0
|
|
30
|
+
"@readme/syntax-highlighter": "^12.1.0",
|
|
31
31
|
"copy-to-clipboard": "^3.3.2",
|
|
32
32
|
"emoji-regex": "^10.2.1",
|
|
33
33
|
"hast-util-sanitize": "^4.0.0",
|