Bug:消息中的换行符

NL 符号 U+2424 本应像 Unicode 图表中显示的那样,在文本中呈现为两个小写字母 N 和 L。但您却将其显示为实际的换行符,如下所示:␤(这表现为开始新的一行,但它应看起来与同类别的其他符号一致:␠ ␡ ␢ ␣。只有 U+000A 才应真正开始新的一行。)

Testing … ␤ maybe there is a bug in nokogiri…

Seems to work just fine here

Testing .... ␤ maybe there is a bug in nokogiri...
1 个赞

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 个赞

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 个赞

测试… :sun: 线在此处结束 →

萨姆,在我看来这已经修复了?

是的,引入 nokogumbo 解决了这个问题以及其他一些类似的问题 :confetti_ball:

1 个赞