blob: cd9d3feec840977d1d728cb998d2fcad206033ea [file] [log] [blame]
'use strict'
module.exports = tableCell
function tableCell(node) {
return this.all(node).join('')
}