Test HTML in description

This commit is contained in:
Obelous 2025-08-19 02:49:56 +01:00
parent 936a2adefe
commit 91d17f40b8
2 changed files with 69 additions and 69 deletions

View file

@ -97,7 +97,7 @@ async function processDescriptions(pluginData) {
for (const plugin of pluginData) {
const repoUrl = findGithubUrl(plugin);
if (repoUrl) {
const sourceLink = `\n\n[Source Code](${repoUrl})`;
const sourceLink = `<br><br><a href="${repoUrl}">Source Code</a>`;
const descriptionProp = ['description', 'Description', 'overview'].find(p => plugin[p]);
if (descriptionProp) {