Bug: simbolo di nuova riga nel messaggio

Il simbolo NL, U+2424, dovrebbe apparire nel testo come le due piccole lettere N e L, proprio come si vede in una tabella Unicode. Invece, lo si mostra come un vero e proprio a capo, così: ␤ (questo fa iniziare una nuova riga, ma dovrebbe avere l’aspetto degli altri simboli nella stessa categoria: ␠ ␡ ␢ ␣. Solo U+000A dovrebbe effettivamente iniziare una nuova riga.

Testing … ␤ maybe there is a bug in nokogiri…

Seems to work just fine here

Testing .... ␤ maybe there is a bug in nokogiri...
1 Mi Piace

I am not sure what exactly is being reporting here? Are you saying email versions of the posts, as delivered through email notifications, have this?

No, the messages as shown online.

2 Mi Piace

Yes I can repro this, the workaround for now is to use ␤ instead.

@Vitaly this appears to happen in https://markdown-it.github.io , do you know if this is on purpose in the engine? It does not happen in dingus: commonmark.js demo

3 Mi Piace

Testing … ⋲ line ends here →

This looks fixed to me @sam?

Sì, l’introduzione di nokogumbo ha risolto questo e un sacco di altri problemi simili :confetti_ball:

1 Mi Piace