Ignore @
in code blocks when generating GitHub username links
#3542
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟩 priority: low
Low priority and doesn't need to be rushed
🧱 stack: documentation
Related to Sphinx documentation
Description
In #3523 @AetherUnbound pointed out that the link usernames Sphinx plugin is transforming the
@message
notation inside the code block to a GitHub user link.We should ignore the code block context in that Sphinx plugin.
Additional context
I'm looking at the code now for the link usernames Sphinx plugin and see that it's just a naive regex. That's not great for flexibility in cases like this 😢
The text was updated successfully, but these errors were encountered: