Markdown underscore rendering
lypoluz opened this issue · 0 comments
Describe the bug
The Markdown rendering does not comply with typical Markdown rendering.
In this case, _ is not escaped by \, instead \ is escaped by default.
To Reproduce
- Edit a layout.
- Create a new text element.
- Set text content to
d\_o\_m\_i\_n\_i\_k. - See it being rendered as d\o\m\i\n\i\k. (See screenshot)
Expected behavior
The rendered text should render as d_o_m_i_n_i_k.
Basic Information (please complete the following information):
- OS: Fedora KDE
- FancyMenu Version: 3.7.1
- Fabric Version: 0.17.2
- Minecraft Version: 1.21.8
- Active Mods: Sodium, Fancy Menu, dependencies
