如何使用 Sphinx/rst 成功地安全部分标记段落?
(U) This is a portion marked heading
------------------------------------
(U) This is a portion marked sentence that renders not what I'd expect.
(U) This too is portion marked, and renders unexpectedly.
(U) This too is portion marked, but it does render fine when another sentence is placed directly below.
Next sentence.
渲染时(见下文),标题看起来不错,但句子看起来像一个列表。(
由于对使用和)
字符的部分标记信息的严格要求,使用替换/替换指令不是可接受的解决方案。
渲染输出:
(U) This is a portion marked heading
U. This is a portion marked sentence that renders not what I'd expect.
U. This too is portion marked, and renders unexpectedly.
(U) This too is portion marked, but it does render fine when another sentence is placed directly below. Next sentence.