【问题标题】:How to embed HTML in restructured text file?如何在重组后的文本文件中嵌入 HTML?
【发布时间】:2012-01-27 02:35:22
【问题描述】:

我正在使用reStructuredText,我想通过<embed> 标签添加对交互式Flash 类型动画进行HTML 编码。从我的 .rst 文档中,如何指定这个任意 HTML 块的位置?比如:

  .. html ::

  <embed>
  ... more html here ...
  </embed>

这个功能存在吗?谢谢。

【问题讨论】:

    标签: html embedded-resource restructuredtext


    【解决方案1】:

    试试

    .. raw:: html
    
        <embed>
            ...
        </embed>
    

    The raw directive

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-04-17
      • 2013-10-19
      • 2012-02-06
      • 2020-08-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-09-13
      相关资源
      最近更新 更多