This commit is contained in:
9
node_modules/hast-util-to-mdast/lib/handlers/blockquote.js
generated
vendored
Normal file
9
node_modules/hast-util-to-mdast/lib/handlers/blockquote.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = blockquote
|
||||
|
||||
var wrapChildren = require('../util/wrap-children')
|
||||
|
||||
function blockquote(h, node) {
|
||||
return h(node, 'blockquote', wrapChildren(h, node))
|
||||
}
|
||||
Reference in New Issue
Block a user