This commit is contained in:
10
node_modules/remark-stringify/lib/macro/compile.js
generated
vendored
Normal file
10
node_modules/remark-stringify/lib/macro/compile.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict'
|
||||
|
||||
var compact = require('mdast-util-compact')
|
||||
|
||||
module.exports = compile
|
||||
|
||||
// Stringify the given tree.
|
||||
function compile() {
|
||||
return this.visit(compact(this.tree, this.options.commonmark))
|
||||
}
|
||||
Reference in New Issue
Block a user