From 6f9a30c3eba8dc00490780f664a7c5e50bebdaef Mon Sep 17 00:00:00 2001 From: Alexis Gabriel Carrillo Garces Date: Tue, 23 Jan 2024 23:13:58 -0300 Subject: [PATCH] add markdown information --- src/data/svgs.ts | 9 +++++++++ 1 file changed, 9 insertions(+) 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/' } ];