How can I successfully security portion mark paragraphs using 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.
When rendered (see below), the heading looks good, but the sentences look like a list. Using substitution/replace directives are not an acceptable solution due to strict requirements on portion marking information using ( and ) characters.
Rendered output:
(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.