diff --git a/markdown-it/markdown-it.js b/markdown-it/markdown-it.js index cedb788..54c4940 100644 --- a/markdown-it/markdown-it.js +++ b/markdown-it/markdown-it.js @@ -4053,7 +4053,7 @@ module.exports = function table(state, startLine, endLine, silent) { if (silent) { return true; } - token = state.push('table_open', 'table', 1); + token = state.push('table_open', 'table cellspacing="0"', 1); token.map = tableLines = [ startLine, 0 ]; token = state.push('thead_open', 'thead', 1);