This commit is contained in:
7
node_modules/remark-stringify/lib/visitors/table-cell.js
generated
vendored
Normal file
7
node_modules/remark-stringify/lib/visitors/table-cell.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
|
||||
module.exports = tableCell
|
||||
|
||||
function tableCell(node) {
|
||||
return this.all(node).join('')
|
||||
}
|
||||
Reference in New Issue
Block a user