wdpr
    Preparing search index...
    BLOCK_START_TOKENS: TokenType[] = ...

    Token types that signal the start of a block-level construct in Wikidot markup.

    When the parser encounters any of these tokens at the beginning of a line while building a paragraph, it stops the paragraph and delegates to the appropriate block rule. Each token maps to a specific Wikidot syntax element (documented inline with comments).