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