Test Raw URL in description

This commit is contained in:
Obelous 2025-08-19 02:56:46 +01:00
parent 91d17f40b8
commit 2024009f1c
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 = `<br><br><a href="${repoUrl}">Source Code</a>`;
const sourceLink = `\n\n${repoUrl}`;
const descriptionProp = ['description', 'Description', 'overview'].find(p => plugin[p]);
if (descriptionProp) {