Question

In restructured text, how do I write:

Chapter 1:
    Section 1:
       Some section 1 text
    Section 1.1:
       An aside
    Section 1:
       Back to section 1
Was it helpful?

Solution

The section hierarchy is decided by the order in which the section titles are encountered. This means that there is no way to add paragraphs to the parent section that do not belong to a child section, once the first child section has been added.

I recommend restructuring the text (no pun intended) or using footnotes. Literal blocks are another possibility.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top