【发布时间】:2020-07-30 09:25:50
【问题描述】:
我在 reStructuredText 格式的文本中有一个注释,它将放置在列表的一个点和它的子列表之间。问题是注释包含子列表。
这是文件的摘录:
3. Select build parameters on the `CI
<https://website.com/CI>`_ and run it on your
remote branch.
.. note::
The text of the note.
a. If the failure is not related to your changes, say so in the pull request
comments.
b. Then, make the appropriate fixes.
4. Wait for comments or approval. If modifications are requested by the
comments, consider implementing them.
当我编译它时,a. 和 b. 被包含在 注释中。但我不想那样。有没有办法强制注释在The text of the note. 之后结束?
【问题讨论】:
标签: documentation restructuredtext documentation-generation