You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
Various articles have the formatting **[std::string](URL)**. This was used because Discord did not render this Markdown correctly, at least not on mobile iirc.
I have checked recently, and now this appears correct on Mobile and on Desktop, so we should use inline code instead.
However, it looks like the wheatley parser appears bugged because links of the form:
[`awoo`][ref]
... don't render for some reason. Using a regular masked link instead of a tag appears to work.
In short, we should:
Resolve the bug with parsing inline code in tagged, masked, links.