Allow disabling markdown for link titles #6449
Unanswered
S-S-X
asked this question in
API Feature Requests & Ideas
Replies: 1 comment
-
I'm a bit stumped on this one also. Seems like there's no way to escape brackets aside from removing them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tried to escape link formatting, seems like not possible without breaking UX one way or another.
Then whole thing breaks with link titles like
Not able to handle ] or [ properly
.I've read through issues about markdown escaping for links, that seems no go and wont be available.
So I came up with next best workaround: allow completely disabling m
arkdown for all links in whole message?Maybe this could possibly be some optional flag like
"format_links": false
with default valuetrue
so it wont break current stuff.Beta Was this translation helpful? Give feedback.
All reactions