Support special characters in Markdown #1850

Closed
opened 2026-02-20 21:16:06 -05:00 by deekerman · 1 comment
Owner

Originally created by @fedetft on GitHub (May 16, 2020).

Originally assigned to: @Krzmbrzl on GitHub.

Regarding the recently added Markdown feature https://github.com/mumble-voip/mumble/pull/4076

That's really cool to have, thanks @Krzmbrzl for implementing it.

However, I think I found a bug, the < and > characters in markdown code blocks get replaced by &lt; and &gt;

That's annoying when using markdown code to paste C++ snippets to friends.

Originally created by @fedetft on GitHub (May 16, 2020). Originally assigned to: @Krzmbrzl on GitHub. Regarding the recently added Markdown feature https://github.com/mumble-voip/mumble/pull/4076 That's really cool to have, thanks @Krzmbrzl for implementing it. However, I think I found a bug, the < and > characters in markdown code blocks get replaced by \&lt; and \&gt; That's annoying when using markdown code to paste C++ snippets to friends.
deekerman 2026-02-20 21:16:06 -05:00
  • closed this issue
  • added the
    client
    bug
    labels
Author
Owner

@Krzmbrzl commented on GitHub (May 17, 2020):

Ah yes I'm pretty sure that's because the input gets HTML-escaped. I'll have a look once I find the time to do so. Can't promise when that'll be though...

@Krzmbrzl commented on GitHub (May 17, 2020): Ah yes I'm pretty sure that's because the input gets HTML-escaped. I'll have a look once I find the time to do so. Can't promise when that'll be though...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mumble-mumble-voip#1850
No description provided.