I’ve been trying to collect my SQL code into various places (cards, wiki, etc.) within Taiga, but whenever it runs into a parameter (@Something), the markdown formats it by trying to turn it into a link or some other presumed formatting:
WHERE
ID = [@ID](profile/ID)
The original was just
WHERE
ID = @ID
Is this inherent in the edition of Markdown that Taiga uses (I’ve tried with other Markdown processors in other apps and this does not happen) or is this some kind of a bug?