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