mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
a89ea78a7a
While reviewing #6542 it became apparent that there was another Markdown link format variant, used in comments that came from the web API, called the "inline link" style. It allows to specify the tooltip title within the actual URL portion, as such: [link text](https://osu.ppy.sh "tooltip text") Add tests with a couple of easy and trickier examples of such a format. Moreover, add a new edge case of a Markdown link with a link inside the display text, which during tests was detected to be problematic. |
||
---|---|---|
.. | ||
MessageFormatterTests.cs |