diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a60fe95..cffbbf2 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2376,5 +2376,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/' } ];