Nerimity / nerimity-web

A modern and sleek chat app.
https://nerimity.com
GNU General Public License v3.0
98 stars 35 forks source link

Several formatting bugs #69

Open Chirunos opened 5 months ago

Chirunos commented 5 months ago
  1. Bold or italic (asterisk) links do not have a preview. Workaround is to type a space after the first set of asterisks image

    https://en.wikipedia.org/wiki/POSIX
    *https://en.wikipedia.org/wiki/POSIX*
    **https://en.wikipedia.org/wiki/POSIX**
    * https://en.wikipedia.org/wiki/POSIX*
    ** https://en.wikipedia.org/wiki/POSIX**
  2. Strikethrough or italic (underscore) do not format the message if they end on a link image

    
    _https://en.wikipedia.org/wiki/POSIX_
    _ipsum https://en.wikipedia.org/wiki/POSIX_
    _https://en.wikipedia.org/wiki/POSIX dolor_
    _lorem https://en.wikipedia.org/wiki/POSIX ipsum_

https://en.wikipedia.org/wiki/POSIX ipsum https://en.wikipedia.org/wiki/POSIX https://en.wikipedia.org/wiki/POSIX dolor lorem https://en.wikipedia.org/wiki/POSIX ipsum


3. Single lines don't separate quotes. Workaround is to enter two lines instead
![image](https://github.com/Nerimity/nerimity-web/assets/85644671/4c014b98-c8d9-4467-9886-7dea3d3e31ac)

that's because, that's because

there are no buses

in Gensokyo

  1. Links with parenthesis aren't clickable or have the color of a link from the first parenthesis to the end of the link image

  2. Hyperlinks with code blocks in their text part aren't formatted as hyperlinks image

  3. GitHub (?, couldn't reproduce with other websites) commit links have previews with wrong hyperlinks. Not 100% sure this is a formatting bug image

All of these happen both on Firefox and Chromium.

I'm not sure if I should have filed this on the nevula repo instead, but its issue tracker hasn't been opened.