pull SVG icons directly from their NPM packages

This commit is contained in:
2022-01-11 19:19:47 -05:00
parent bc504f3e63
commit 53158f6d3c
44 changed files with 267 additions and 209 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ import remarkGfm from "remark-gfm";
import rehypeExternalLinks from "rehype-external-links";
import rehypeSlug from "rehype-slug";
import rehypeAutolinkHeadings from "rehype-autolink-headings";
import rehypePrism from "rehype-prism-plus";
// note: 'common' only exports these languages: https://github.com/wooorm/refractor/blob/main/lib/common.js
import rehypePrism from "rehype-prism-plus/common";
import type { NoteMetaType, NoteType } from "../types";