In the GROQ specification we use :: for namespacing: pt::text(…) is a function living under the pt namespace. It seems that spec-md doesn't support this when writing an algorithm (this gives Malformed {reference}):
See {pt::text()}.
pt::text(args):
* Evaluate {args}
Would it be easy to extend the allowed characters inside references?
In the GROQ specification we use
::for namespacing:pt::text(…)is a function living under theptnamespace. It seems that spec-md doesn't support this when writing an algorithm (this givesMalformed {reference}):Would it be easy to extend the allowed characters inside references?