【发布时间】:2018-06-22 08:38:21
【问题描述】:
我对将图像放入鹈鹕的降价语法工作感到困惑。
当我有这个时,一切正常。
.. image:: /images/Rugby-Tackle.jpg
:alt: About to make the tackle, Yale Alumni Game 2017
但我在 .rst 文档中发现了这一点。 pelican docs 有很多这样的代码引用:
[]({filename}/images/Rugby-Tackle.jpg)
或者这个:

当包含在降价文件中时,所有这些都仅显示为文本,并且不会生成图像。我在这里错过了什么?
【问题讨论】:
标签: python markdown restructuredtext pelican