Parses the Wikidot equation reference syntax: [[eref name]].
An equation reference creates a clickable link that points to a
named equation block defined elsewhere on the page (via
[[equation name]] block syntax in the block-level parser). The
reference is rendered as the equation's assigned number.
Only the short form eref is recognized as a valid keyword.
The long form [[equation name]] is NOT supported by Wikidot for
inline references and is rendered as plain text.
Produces an "equation-reference" AST element whose data field
contains the reference name string.
Wikidot syntax example:
[[eref myEquation]] -- references equation named "myEquation"
Parses the Wikidot equation reference syntax:
[[eref name]].An equation reference creates a clickable link that points to a named equation block defined elsewhere on the page (via
[[equation name]]block syntax in the block-level parser). The reference is rendered as the equation's assigned number.Only the short form
erefis recognized as a valid keyword. The long form[[equation name]]is NOT supported by Wikidot for inline references and is rendered as plain text.Produces an
"equation-reference"AST element whosedatafield contains the reference name string.Wikidot syntax example:
[[eref myEquation]]-- references equation named "myEquation"