We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a59837f + 958777e commit a78d51fCopy full SHA for a78d51f
lib/marked.js
@@ -1017,13 +1017,11 @@ Parser.prototype.tok = function() {
1017
, i
1018
, row
1019
, cell
1020
- , flags
1021
, j;
1022
1023
// header
1024
cell = '';
1025
for (i = 0; i < this.token.header.length; i++) {
1026
- flags = { header: true, align: this.token.align[i] };
1027
cell += this.renderer.tablecell(
1028
this.inline.output(this.token.header[i]),
1029
{ header: true, align: this.token.align[i] }
0 commit comments