Resolve every [[#if]] / [[#ifexpr]] / [[#expr]] that sits inside
another block's opener (depth > 0). Top-level directives are left for
the inline parser. Innermost-first reduction lets an outer directive
re-process the flattened body on the next pass. Unmatched / malformed
directives are left untouched.
Resolve every
[[#if]]/[[#ifexpr]]/[[#expr]]that sits inside another block's opener (depth > 0). Top-level directives are left for the inline parser. Innermost-first reduction lets an outer directive re-process the flattened body on the next pass. Unmatched / malformed directives are left untouched.