RST 内联标记在某些行上损坏
RST Inline markup broken on some lines
内联标记适用于某些字符串,不适用于其他字符串:
**Traffic protection rule** created for ``example.com``
Data is aggregated for ``example.com``, ``anysubdomain.example.com`` and ``onemorelevel.anysubdomain.example.com`` and then the rule is applied on the aggregated data.
在第一段和第二段中,example.com 未转换。
在
的两个实例中的每一个之前都有一个zero-width space
``example.com``
如果去掉这两个字符,渲染输出就OK了。
零宽度 space 在 Unicode 中未归类为白色 space 字符(参见 https://sourceforge.net/p/docutils/bugs/307/#ff33)。
内联标记适用于某些字符串,不适用于其他字符串:
**Traffic protection rule** created for ``example.com``
Data is aggregated for ``example.com``, ``anysubdomain.example.com`` and ``onemorelevel.anysubdomain.example.com`` and then the rule is applied on the aggregated data.
在第一段和第二段中,example.com 未转换。
在
的两个实例中的每一个之前都有一个zero-width space``example.com``
如果去掉这两个字符,渲染输出就OK了。
零宽度 space 在 Unicode 中未归类为白色 space 字符(参见 https://sourceforge.net/p/docutils/bugs/307/#ff33)。