Nertivia / legacy-nertivia-client

Nertivia is a chat client
https://nertivia.net
GNU General Public License v3.0
76 stars 24 forks source link

Italic markup parsing stops at _ instead of / #254

Closed brecert closed 3 years ago

brecert commented 3 years ago

Device + OS: Windows 10

Browser: Firefox 81.0

Bug: When formatting italic in markup, it stops at the first _ found rather than / see the regex at: https://github.com/supertiger1234/Nertivia-Client/blob/master/src/components/app/Markup.vue#L35

sudokoko commented 3 years ago

I think this is the issue I fixed, feel free to close this?

brecert commented 3 years ago

Fixed in #270