import { HTMLAttributes } from "react"; import { Pre } from "@/components/content/pre"; export const MdxComponents = { pre: (props: HTMLAttributes) =>
,
  ol: (props: HTMLAttributes) => 
    , ul: (props: HTMLAttributes) =>
      , };