1
Sphinx/rstを使用して部分マークの段落を正しくセキュリティ保護する方法はありますか?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.