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.
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. openalignRule.