/** @jsx jsx */ import { jsx } from "theme-ui"; import { BlockMath } from "react-katex"; import dracula from "@theme-ui/prism/presets/dracula.json"; function Equation({ children, ...props }) { if (children) { return (