Massive restructure of plugin API
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { syscall } from "./syscall.ts";
|
||||
|
||||
import type { ParseTree } from "$sb/lib/tree.ts";
|
||||
|
||||
export function parseMarkdown(text: string): Promise<ParseTree> {
|
||||
return syscall("markdown.parseMarkdown", text);
|
||||
}
|
||||
Reference in New Issue
Block a user