mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 19:35:27 -04:00
5a3c7b9613
- Replace root page with new (home) route featuring a project showcase (Domainstack, Sofa, Versioneer, Snoozle) - Remove /birthday and /hillary video pages - Replace custom hand-rolled .prose styles with @tailwindcss/typography via a .markdown utility class - Remove heading-anchor component and .nvmrc
9 lines
524 B
TypeScript
9 lines
524 B
TypeScript
export { default as rehypeExternalLinks } from "rehype-external-links";
|
|
export { default as rehypeMdxCodeProps } from "rehype-mdx-code-props";
|
|
export { default as rehypeMdxImportMedia } from "rehype-mdx-import-media";
|
|
export { default as rehypeSanitize } from "rehype-sanitize";
|
|
export { default as rehypeSlug } from "rehype-slug";
|
|
export { default as rehypeStringify } from "rehype-stringify";
|
|
export { default as rehypeUnwrapImages } from "rehype-unwrap-images";
|
|
export { default as rehypeWrapper } from "rehype-wrapper";
|