How to embed HTML in restructured text file?

前端 未结 1 577
一整个雨季
一整个雨季 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
    
        
            ...
        
    

    The raw directive

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