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
Inline code is rendered in bold and "as is", instead of in the expected monospaced font. E.g.,
`my_funcall(arg1)`
is rendered as `my_funcall(arg1)` (including the backslashes), instead of: my_funcall(arg1).
Here is how it currently looks:
And here is how it should look imo:
It seems that this commit is responsible: 8ce1bb1, so I'm not sure if this was maybe a deliberate choice.
Is there an existing issue for this?
I have searched the existing issues
Reproduction
Write `my_funcall(arg1)` in the chat
Screenshot
No response
Logs
-
System Info
-
The text was updated successfully, but these errors were encountered:
Describe the bug
Inline code is rendered in bold and "as is", instead of in the expected monospaced font. E.g.,
is rendered as `my_funcall(arg1)` (including the backslashes), instead of:
my_funcall(arg1)
.Here is how it currently looks:
And here is how it should look imo:
It seems that this commit is responsible: 8ce1bb1, so I'm not sure if this was maybe a deliberate choice.
Is there an existing issue for this?
Reproduction
Write `my_funcall(arg1)` in the chat
Screenshot
No response
Logs
System Info
The text was updated successfully, but these errors were encountered: