This commit is contained in:
10
node_modules/mdast-util-to-markdown/lib/handle/html.js
generated
vendored
Normal file
10
node_modules/mdast-util-to-markdown/lib/handle/html.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = html
|
||||
html.peek = htmlPeek
|
||||
|
||||
function html(node) {
|
||||
return node.value || ''
|
||||
}
|
||||
|
||||
function htmlPeek() {
|
||||
return '<'
|
||||
}
|
||||
Reference in New Issue
Block a user