USFM 规定 // 是一个特殊标记,表示可选的换行符(在诗歌等文本中非常有用)。
要让两个斜杠都能打印出来,最简单的方法是在它们之间插入一个零宽空格,可以使用 Unicode 字符 200B(这应该能被所有软件接受),或者如果这是 PTXprint 特有的前置事项,您可以使用 https:/\ZWSP /my.website.org/。这看起来很丑,但如果您在 18 个月后努力回忆这个技巧是什么时,它会节省很多“但我看不到任何区别!”的麻烦。”
USFM declares that // is a special mark meaning an optional line-break (very useful in poetry, etc).
To make both of the slashes printable, the easiest way is to put a zero-width space between them, either with unicode char 200B (which should be accepted by everything), or if this is the PTXprint-specific front matter, you can use https:/\ZWSP /my.website.org/ Which is a ugly, but when you’re struggling to remember what the trick was in 18 months’ time, it will be save a lot of “But I can’t see any difference!”
机器翻译自 English