diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 2dfa796..530c117 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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/' } ]; 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