You know what, maybe the comments are sending HTML rather than markdown? Or maybe something preprocesses something from !Utah@kbin.social to, say, [!Utah@kbin.social](/c/Utah@kbin.social)?...
Huh, that's interesting. I coincidentally noticed a different place that used this syntax with different results. This might be context dependent.
- [Comment that has a bad /c/ link](https://kbi...
src\Markdown\CommonMark\ExternalLinkRenderer.php is likely what we're hitting. It reads right to me. The foreach (['@', '!', '#'] as $tag) ends up clearing all attributes. For the example...
Oof, noticed this coincidentally while looking for #47. This has potential to be very bad. I did a very cursory skim. There's quite a few places that aren't using proper SQL parameterization. Most...