mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
chore: 1
This commit is contained in:
@@ -172,7 +172,8 @@ async function genPluginMd() {
|
||||
let i = 0;
|
||||
for (const x of list) {
|
||||
i++
|
||||
mdContent += `| ${i}.| **${x.title}** | ${x.desc||''} | \n`;
|
||||
const desc = x.desc||''
|
||||
mdContent += `| ${i}.| **${x.title}** | ${desc.replaceAll("\n"," ")} | \n`;
|
||||
}
|
||||
return mdContent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user