ust*_*tun 25 python documentation restructuredtext
我试图在子弹列表中包含reStructuredText的源代码; 像这样:
- List item 1 ::
code sample...
code sample...
- List item 2 ::
code sample...
code sample...
Run Code Online (Sandbox Code Playgroud)
但是,我收到以下警告:
System Message: WARNING/2
Literal block expected; none found.
列表中的空行由单个空格缩进.有任何想法吗?
S.L*_*ott 33
你还没有缩进.这样想吧.
- List item 1
::
code sample...
code sample...
- List item 2
::
code sample...
code sample...
Run Code Online (Sandbox Code Playgroud)