Update icon size in markdown table for improved visibility in GitHub comments.
This commit is contained in:
parent
62036d0e7a
commit
c92c7f524f
|
|
@ -76,7 +76,7 @@ function generateIconsTable(icons, type) {
|
|||
const rawUrl = getIconRawUrl(iconPath)
|
||||
|
||||
// Use GitHub raw file URL - GitHub Comments support external image URLs
|
||||
markdown += `| <img src="${rawUrl}" width="24" height="24" alt="${iconName}" /> | \`${iconName}\` |\n`
|
||||
markdown += `| <img src="${rawUrl}" width="240" height="240" alt="${iconName}" /> | \`${iconName}\` |\n`
|
||||
})
|
||||
markdown += `\n`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue