Merge pull request #226 from alexgar45/markdown

ADD Markdown SVG
This commit is contained in:
Pablo Hdez
2024-01-25 15:56:06 +00:00
committed by GitHub
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -2367,5 +2367,14 @@ export const svgs: iSVG[] = [
dark: '/library/replicate-wordmark_dark.svg'
},
url: 'https://replicate.com/'
},
{
title: 'Markdown',
category: 'Language',
route: {
light: '/library/markdown-light.svg',
dark: '/library/markdown-dark.svg'
},
url: 'https://www.markdownguide.org/'
}
];