Update docs 3

This commit is contained in:
2020-06-26 12:47:34 +07:00
parent 3b3ed3aef7
commit 08e1ea25c3
2 changed files with 448 additions and 448 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ if (!args || args.help) {
};
}
if (fields.length > 0) {
doc += "| N | Field name | Field type |\n| - | - | - |\n";
doc += "| N | Field name | Field type |\n| --- | --- | --- |\n";
for (let i = 1; i <= fields.length; i++) {
if (fields[i]) {
doc += `| ${i} | ${fields[i].name} | ${(types.test(fields[i].type) ? fields[i].type : '['+fields[i].type+'](#'+fields[i].type+')')} |\n`;
+447 -447
View File
File diff suppressed because it is too large Load Diff