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