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