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
We currently escape all stars (*) with a backslash. However, in code blocks this is not wanted. That means we should not escape stars that are located between backticks. I guess we can simply parse messages for any backtick and ignore those.
Otherwise we would have to do full markdown parsing on the server side.
The text was updated successfully, but these errors were encountered:
We currently escape all stars (
*
) with a backslash. However, in code blocks this is not wanted. That means we should not escape stars that are located between backticks. I guess we can simply parse messages for any backtick and ignore those.Otherwise we would have to do full markdown parsing on the server side.
The text was updated successfully, but these errors were encountered: