docs test

This commit is contained in:
openshwprojects
2023-03-06 12:24:45 +01:00
parent d4aaa8dfcd
commit 5391bdca3c
2 changed files with 8 additions and 8 deletions

View File

@ -888,7 +888,7 @@ for (let i = 0; i < links.length; i++) {
let url = base + link.fullName;
let total = link.json.length;
let desc = "todo";
let textshort = `| (${link.label})[${url}] (${total} total) | ${desc} |`;
let textshort = `| [${link.label}](${url}) (${total} total) | ${desc} |`;
// allow multi-row entries in table entries.
textshort = textshort.replace(/\n/g, '<br/>');