I agree that this is a bug, since it's inconsistent with the real in-post Markdown. Unfortunately given how the highly optimized comment MarkdownMini implementation works, it would require a huge change to make this behave as expected, and given the edge case-iness of this, I don't think this issue alone warrants the amount of work at the moment. So for the time being, I have to decline this.
As others have mentioned, the two ways to work around this are URL-encoding the underscore as %5f, or escaping it as \_. I have done the latter in your comment, so at least that link works now.