mirror of
https://github.com/0belous/universal-plugin-repo.git
synced 2025-12-19 19:21:17 -03:00
Test Raw URL in description
This commit is contained in:
parent
91d17f40b8
commit
2024009f1c
2 changed files with 69 additions and 69 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue