@wdprlib/parser
    Preparing search index...

    Variable KNOWN_BLOCK_NAMESConst

    KNOWN_BLOCK_NAMES: ReadonlySet<string> = ...

    Set of block names recognized by the parser at [[name]] / [[/name]].

    Used by inline-parser logic to distinguish real block boundaries from unknown tokens like [[foo]], which Wikidot treats as inline text rather than as a paragraph-breaking block.

    Keep in sync with the set of block rules registered in packages/parser/src/parser/rules/block/index.ts. Align-style markers (<, >, =, ==) are intentionally included because [[<]] etc. open alignRule.