@wdprlib/parser
    Preparing search index...

    Variable italicRuleConst

    italicRule: InlineRule = ...

    Inline rule for parsing //italic// formatting.

    Triggered by an ITALIC_MARKER token (//). Checks for a matching closing marker on the same line, then recursively parses inline content.

    When no closing marker is found, the opening // is treated as literal text.