While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- California law to require operating systems to check your age
- Ubuntu and Fedora devs comment on California's new Digital Age Assurance Act
- Here's the most played Steam Deck games for February 2026
- SteamInputDB is a new site to help you find Steam Input configurations for your gamepads
- > See more over 30 days here
Recently Updated
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
[This url markdown does not](https://gamingonlinux.com)
It seems these trailing parentheses also break the hyperlink (both the above should direct to the Gaming on Linux homepage). Quoting this post may explain things better, otherwise this image captures what I mean: https://imgur.com/a/hlsLVez
This behaviour can be worked around by inserting a space between the close parentheses and those trailing, but it seems the regex involved with URL parsing is too greedy (assuming regex is involved)
Last edited by GamingOnLinux Bot on 17 Apr 2021 at 10:46 am UTC
[Wikipaedia - Conda (package manager)](https://en.wikipedia.org/wiki/Conda_(package_manager))
Looks like some other markdown-capable sites have wrestled with this, and some have implemented fancy regex to ignore matched parentheses and others have settled for users escaping close parentheses or percent-encoding the parentheses (the former is not currently supported here).
My suggestion would be to support optional URL quoting, i.e.
[Wikipaedia - Conda (package manager)]("https://en.wikipedia.org/wiki/Conda_(package_manager)")
So everything between (" and ") is used as-is, parentheses and all. Not sure how easy that would be to implement though.
[Wikipaedia - Conda (package manager)]("https://en.wikipedia.org/wiki/Conda_(package_manager)")
[Wikipaedia - Conda (package manager)]("https://en.wikipedia.org/wiki/Conda_(package_manager)")
[Wikipaedia - Conda (package manager)](https://en.wikipedia.org/wiki/Conda_(package_manager%29)[Wikipaedia - Conda (package manager)](https://en.wikipedia.org/wiki/Conda_(package_manager%29)
I meant the escaping doesn't work, i.e.
[Wikipaedia - Conda (package manager)](https://en.wikipedia.org/wiki/Conda_(package_manager\))[Wikipaedia - Conda (package manager)](https://en.wikipedia.org/wiki/Conda_(package_manager\))
Not an issue now, of course. :)