mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-15 08:42:23 -07:00
eb0cf0c9bf
node->at now points to the first relevant character in the source .md file.
For namespaces and tags that is the first character of the identifier
(not the '#'/'@' symbols).
For labels it's the first character in node->whole_string if non-empty.
For unlabeled sets it's the opening '(', '[' or '{' character.