Встроенный отформатированный текст работает в списках.Вы можете использовать это для приблизительного предварительного форматирования блока путем разделения каждой строки.Это не очень хорошее решение, но оно может работать в некоторых случаях.
# Initial instructions here.
# Some instructions here. See code snippet below.
** {{{#!python}}}
** {{{}}}
** {{{def foo():}}}
** {{{ return bar}}}
# More instructions here. Why does the numbering restart at 1?
# Final instructions.
Yeilds:
<ol>
<li>Initial instructions here.</li>
<li>Some instructions here. See code snippet below.
<ul>
<li><tt>#!python</tt></li>
<li><tt></tt></li>
<li><tt>def foo():</tt></li>
<li><tt> return bar</tt></li>
</ul></li>
<li>More instructions here. Why does the numbering restart at 1?</li>
<li>Final instructions.</li>
</ol>