This commit is contained in:
7
node_modules/mdast-util-to-markdown/lib/handle/root.js
generated
vendored
Normal file
7
node_modules/mdast-util-to-markdown/lib/handle/root.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = root
|
||||
|
||||
var flow = require('../util/container-flow')
|
||||
|
||||
function root(node, _, context) {
|
||||
return flow(node, context)
|
||||
}
|
||||
Reference in New Issue
Block a user