当我使用以下命令在 Discord 中发送代码时:
\n```py\nprint("hello world!")\n```\n
Run Code Online (Sandbox Code Playgroud)\n它出现在一个框中,代码突出显示,如下图所示。但是,当我使用 Unicode U+055d(亚美尼亚逗号)作为代码围栏 ( \xd5\x9d\xd5\x9d\xd5\x9d \xd5\x9d\xd5\x9d\xd5\x9d
) 时:
\xd5\x9d\xd5\x9d\xd5\x9dpy\nprint("hello world!")\n\xd5\x9d\xd5\x9d\xd5\x9d\n
Run Code Online (Sandbox Code Playgroud)\n并发送它,代码不会突出显示。正如您在图片中看到的那样,它也不会出现在框中。
\n\n