Markdown plug APIS

This commit is contained in:
Zef Hemel
2023-11-02 12:35:30 +01:00
parent b04bd5041c
commit 2844c8bc25
3 changed files with 71 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import {
} from "$sb/lib/tree.ts";
import { Fragment, renderHtml, Tag } from "./html_render.ts";
type MarkdownRenderOptions = {
export type MarkdownRenderOptions = {
failOnUnknown?: true;
smartHardBreak?: true;
annotationPositions?: true;