Error: símbolo de nueva línea en el mensaje

El símbolo NL, U+2424, debería aparecer en el texto como las dos letras pequeñas N y L, tal como aparece en un cuadro de Unicode. Pero en su lugar lo muestra como un salto de línea real, así: ␤ (Esto muestra el inicio de una nueva línea, pero debería verse como estos otros en la misma categoría: ␠ ␡ ␢ ␣. Solo U+000A debería iniciar realmente una nueva línea.

Testing … ␤ maybe there is a bug in nokogiri…

Seems to work just fine here

Testing .... ␤ maybe there is a bug in nokogiri...
1 me gusta

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 Me gusta

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 Me gusta

Probando … ⋒ la línea termina aquí →

¿Esto parece arreglado para mí, @sam?

Sí, la introducción de nokogumbo solucionó esto y un montón de otros problemas similares :confetti_ball:

1 me gusta