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.
1 parent d080c31 commit 8560009Copy full SHA for 8560009
package.json
@@ -48,7 +48,7 @@
48
"devDependencies": {
49
"@types/tape": "^4.0.0",
50
"c8": "^7.0.0",
51
- "mdast-util-from-markdown": "^0.8.0",
+ "mdast-util-from-markdown": "^1.0.0-beta.1",
52
"prettier": "^2.0.0",
53
"remark-cli": "^9.0.0",
54
"remark-preset-wooorm": "^8.0.0",
test/index.js
@@ -1,6 +1,6 @@
1
import test from 'tape'
2
import {removePosition} from 'unist-util-remove-position'
3
-import from from 'mdast-util-from-markdown'
+import {fromMarkdown as from} from 'mdast-util-from-markdown'
4
import {toMarkdown as to} from '../index.js'
5
6
test('core', (t) => {
0 commit comments