Skip to main content
Module

x/dendron_exports/deps/micromark.ts>ContainerState

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

State shared between container calls.

Properties

optional
_closeFlow: boolean | undefined

Special field to close the current flow (or containers).

optional
open: boolean | undefined

Used by block quotes.

optional
marker: Code | undefined

Current marker, used by lists.

optional
type: TokenType | undefined

Current token type, used by lists.

optional
size: number | undefined

Current size, used by lists.

optional
initialBlankLine: boolean | undefined

Whether there first line is blank, used by lists.

optional
furtherBlankLines: boolean | undefined

Whether there are further blank lines, used by lists.