Skip to main content
Module

x/fastro/middlewares/deps.ts

The Web Framework for Full Stack Apps
Go to Latest
File
import { extract } from "https://deno.land/std@0.196.0/front_matter/any.ts";import ReactMarkdown from "https://esm.sh/react-markdown@8.0.7";import { Prism as SyntaxHighlighter } from "https://esm.sh/react-syntax-highlighter@15.5.0";import * as prism from "https://esm.sh/react-syntax-highlighter@15.5.0/dist/esm/styles/prism";import remarkGfm from "https://esm.sh/remark-gfm@3.0.1";import markdown from "https://esm.sh/remark-parse@10.0.2";import remarkToc from "https://esm.sh/remark-toc@8.0.1";import { remark } from "https://esm.sh/remark@14.0.3";import { read } from "https://esm.sh/to-vfile@8.0.0";export { extract, markdown, prism, ReactMarkdown, read, remark, remarkGfm, remarkToc, SyntaxHighlighter,};