Const
Inline rule for parsing [[# name]] named anchor targets.
[[# name]]
Triggered by a BLOCK_OPEN ([[) token. The rule looks for the # character followed by mandatory whitespace and then the anchor name.
BLOCK_OPEN
[[
#
Parsing steps:
"#"
]]
Fails if the anchor name is empty or if ]] is not found.
Inline rule for parsing
[[# name]]named anchor targets.Triggered by a
BLOCK_OPEN([[) token. The rule looks for the#character followed by mandatory whitespace and then the anchor name.Parsing steps:
[[and optional leading whitespace#token (HASH or TEXT"#")#]]Fails if the anchor name is empty or if
]]is not found.