Change markdown table columns size.

Closes #620
This commit is contained in:
FireMaskterK 2021-11-12 13:55:30 +00:00
parent db2d5efe04
commit 43c60c6adf
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -289,7 +289,7 @@ export default {
const lines = body.split("\n");
lines.map(line => {
const split = line.split("|");
if (split.length == 4) {
if (split.length == 5) {
if (skipped < 2) {
skipped++;
return;