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