How to embed HTML in restructured text file?

前端 未结 1 556
一整个雨季
一整个雨季 2021-02-03 17:00

I\'m using reStructuredText and I\'d like to add HTML encoding an interactive flash-type animation through the tag. From my .rst document, how can I s

相关标签:
1条回答
  • 2021-02-03 17:31

    Try

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

    The raw directive

    0 讨论(0)
提交回复
热议问题