Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用这个指令,但生成的 html 只是省略了我的代码。例如,如果我使用:
.. code:: python def my_function(): "just a test" print 8/2
生成的 html 不包含任何代码块。
我的机器上安装了Pygments。另外,我正在使用Pandoc生成 html 文件。
知道我做错了什么吗?
pandoc 的开发版本了解语言规范,.. code::并将根据您的输入生成突出显示的代码。此功能将在下一个版本中提供。
.. code::