xxk*_*kkk 22 python restructuredtext python-sphinx
我想使用ReStructuredText在标题和图像之间添加一个空白行(或添加更多空格):
====
John
====
.. image:: _static/john.JPG
:alt: John
:height: 300px
:width: 400px
Run Code Online (Sandbox Code Playgroud)
但我不知道该怎么做?
小智 39
使用管道垂直线键,如下所示
====
John
====
|
.. image:: _static/john.JPG
:alt: John
:height: 300px
:width: 400px
Run Code Online (Sandbox Code Playgroud)
这应该工作.