Skip to main content
Module

x/dendron_exports/deps/micromark.ts>Extension

Export your Dendron vault into SSG compatible markdown
Go to Latest
interface Extension
import { type Extension } from "https://deno.land/x/dendron_exports@v0.1.2/deps/micromark.ts";

A syntax extension changes how markdown is tokenized.

See: https://github.com/micromark/micromark#syntaxextension

Properties

optional
document: ConstructRecord | undefined
optional
contentInitial: ConstructRecord | undefined
optional
flowInitial: ConstructRecord | undefined
optional
flow: ConstructRecord | undefined
optional
string: ConstructRecord | undefined
optional
text: ConstructRecord | undefined
optional
disable: { null?: Array<string> | undefined; } | undefined
optional
insideSpan: { null?: Array<Pick<Construct, "resolveAll">> | undefined; } | undefined
optional
attentionMarkers: { null?: Array<Code> | undefined; } | undefined