We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mdast-util-from-markdown
1 parent 5c31788 commit 94f4945Copy full SHA for 94f4945
lib/from-markdown.js
@@ -35,6 +35,6 @@ function close(token) {
35
}
36
37
function value(token) {
38
- this.handlers.enter.data.call(this, token)
39
- this.handlers.exit.data.call(this, token)
+ this.config.enter.data.call(this, token)
+ this.config.exit.data.call(this, token)
40
package.json
@@ -36,8 +36,8 @@
"micromark-extension-frontmatter": "^0.2.0"
},
"devDependencies": {
- "mdast-util-from-markdown": "^0.2.0",
- "mdast-util-to-markdown": "^0.2.0",
+ "mdast-util-from-markdown": "^0.5.0",
+ "mdast-util-to-markdown": "^0.3.0",
41
"nyc": "^15.0.0",
42
"prettier": "^2.0.0",
43
"remark-cli": "^8.0.0",
0 commit comments