Type Alias MarkdownDocumentOptions

MarkdownDocumentOptions: {
    mutable?: boolean;
}

Options for customizing MarkdownDocument behaviour.

Type declaration

  • Optionalmutable?: boolean

    Should methods calls modify the original MarkdownDocument instance (true), or return a new instance (false by default).