You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to escape square bracket in links, like [[link text]](https://domain.com) being rendered as [link text] and being able to click on it and open the link.
It's possible to do it using raw HTML, but I can't do it inline, only in blocks:
In other application it's possible to do this by escaping [] with \, like [\[link text\]](https://domain.com). I think this would be a good way to do it, as it's already possible to escape $ text $ with \$ text \$.
Type of feature
User Interface (UI)
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
I would like to be able to escape square bracket in links, like
[[link text]](https://domain.com)
being rendered as[link text]
and being able to click on it and open the link.It's possible to do it using raw HTML, but I can't do it inline, only in blocks:
In other application it's possible to do this by escaping
[]
with\
, like[\[link text\]](https://domain.com)
. I think this would be a good way to do it, as it's already possible to escape$ text $
with\$ text \$
.Type of feature
User Interface (UI)
Additional context
No response
The text was updated successfully, but these errors were encountered: