以下rST指令不支持尾随空格:
:code:`foo `示例:
>>> from docutils import core
>>> whole = core.publish_parts(""":code:`x `""")['whole']
<string>:1: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string.有办法摆脱这个警告吗?
发布于 2020-08-10 10:56:09
https://stackoverflow.com/questions/63338266
复制相似问题