This commit is contained in:
11
node_modules/remark-stringify/lib/visitors/root.js
generated
vendored
Normal file
11
node_modules/remark-stringify/lib/visitors/root.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = root
|
||||
|
||||
var lineFeed = '\n'
|
||||
|
||||
// Stringify a root.
|
||||
// Adds a final newline to ensure valid POSIX files. */
|
||||
function root(node) {
|
||||
return this.block(node) + lineFeed
|
||||
}
|
||||
Reference in New Issue
Block a user