import { type iMarkdown } from "https://deno.land/x/lunchbox@v1.0.2/components/Markdown/setup.ts";
Properties of the <Markdown />
component.
definition: iComponent<HTMLDivElement> & { markdownContent: string; renderOptions: RenderOptions; }
import { type iMarkdown } from "https://deno.land/x/lunchbox@v1.0.2/components/Markdown/setup.ts";
Properties of the <Markdown />
component.