NL 記号(U+2424)は、Unicode チャートに表示されるように、テキスト上では小さな「N」と「L」の 2 文字として表示されるはずです。しかし、実際には新しい行の開始を示す  のように表示されています(これは新しい行の開始として表示されますが、同じカテゴリの他の記号 ␠ ␡ ␢ ␣ と同様の見た目であるべきです)。実際の改行を開始するのは 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?
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
テスト中… ⋒ 行はここで終了 →
これは修正されたように見えますが、@sam?
はい、nokogumboを導入したことで、この問題やその他の類似の問題が解決されました ![]()
「いいね!」 1
