May 6
URLs in code blocks unclickable...
I spend my entire day annotating URLs or error messages in code blocks. The four most common types of data I markup with fixed-width code blocks are multi-line log files, multi-line code snippets, single-line log messages, and URLs. For URLs and log messages that contain URLs, can we make them not clickable? Highlighting URLs that use non-standard schemes is a PITA (e.g. `s3://foo/bar`).
Pending
There's a way to disable clickable URLs entirely, if that suits you. You'd need to create a custom theme, then remove entirely the "link" rule from your custom JSON. You don't lose the Markdown links (title)[URL], since these use a different rule. Links to theming instructions in the Discord #themes channel.