mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-21 20:55:56 -04:00
pull SVG icons directly from their NPM packages
This commit is contained in:
+2
-1
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user