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 1/2] 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/' } ]; From f3757474fc5f13a50681c1da48fb7370a9b3c069 Mon Sep 17 00:00:00 2001 From: Alexis Gabriel Carrillo Garces Date: Tue, 23 Jan 2024 23:14:42 -0300 Subject: [PATCH 2/2] add markdown logo --- static/library/markdown-dark.svg | 1 + static/library/markdown-light.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 static/library/markdown-dark.svg create mode 100644 static/library/markdown-light.svg diff --git a/static/library/markdown-dark.svg b/static/library/markdown-dark.svg new file mode 100644 index 0000000..b3685a6 --- /dev/null +++ b/static/library/markdown-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/markdown-light.svg b/static/library/markdown-light.svg new file mode 100644 index 0000000..57ce1ff --- /dev/null +++ b/static/library/markdown-light.svg @@ -0,0 +1 @@ + \ No newline at end of file