如何在 ReST 中返回到更高的嵌套级别?
在重组文本中,我该如何写:
Chapter 1:
Section 1:
Some section 1 text
Section 1.1:
An aside
Section 1:
Back to section 1
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
部分层次由部分的顺序决定遇到标题。这意味着,一旦添加了第一个子节,就无法将不属于子节的段落添加到父节。
我建议重构文本(无双关语)或使用脚注。文字块是另一种可能性。
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.