Const
Inline rule for parsing //italic// formatting.
//italic//
Triggered by an ITALIC_MARKER token (//). Checks for a matching closing marker on the same line, then recursively parses inline content.
ITALIC_MARKER
//
When no closing marker is found, the opening // is treated as literal text.
Inline rule for parsing
//italic//formatting.Triggered by an
ITALIC_MARKERtoken (//). 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.