@wdprlib/parser
    Preparing search index...

    Type Alias ContainerType

    ContainerType: StringContainerType | HeaderType | AlignType

    Union of all container type discriminators. Every container element in the AST carries one of these to identify what kind of container it is.

    • String literals: inline formatting and block structures
    • HeaderType: heading elements (+ Heading)
    • AlignType: alignment blocks ([[=]]...[[/=]])