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
This also happens in code blocks. Looks like there is something that turns any text that looks like an url into an html anchor. But this shouldn't happen inside inline/block code!
Write the following message in the chat:
Just run
py/script.py``.This results in
py/http://script.py
.The generated HTML code for that chat message:
<div class="body" dir="auto">Just run <span class="copyonly">
py/http://script.py
</span></div>
.The text was updated successfully, but these errors were encountered: