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