mirror of
https://github.com/gchq/CyberChef
synced 2025-01-01 07:18:47 +00:00
Merge branch 'markdown-beautify' of https://github.com/JatinSanghvi/CyberChef
This commit is contained in:
commit
1632e23c78
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class ToTable extends Operation {
|
||||||
output += outputRow(row, longestCells);
|
output += outputRow(row, longestCells);
|
||||||
let rowOutput = verticalBorder;
|
let rowOutput = verticalBorder;
|
||||||
row.forEach(function(cell, index) {
|
row.forEach(function(cell, index) {
|
||||||
rowOutput += " " + headerDivider + " " + verticalBorder;
|
rowOutput += " " + headerDivider.repeat(longestCells[index]) + " " + verticalBorder;
|
||||||
});
|
});
|
||||||
output += rowOutput += "\n";
|
output += rowOutput += "\n";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue