我正在尝试将youtube视频嵌入GitHub gist asciidoc文件中。我试过了Embedded Youtube video,但它在GitHub Gist上没有用。 Github Gist视图中没有视频。 例如,我尝试了以下内容:
video::rPQoq7ThGAU[youtube]
并查看如下:https://gist.github.com/lostdinar2/289c29e93730af3a6f798b23b89d8c42
我也尝试过iframe,但它没有用:
++++
<iframe width="1078" height="480" src="https://www.youtube.com/embed/rPQoq7ThGAU" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
++++