Closed lcolladotor closed 8 years ago
Replace &
with &
in the iframe URL, otherwise it is not valid HTML to Pandoc so it will be treated as normal text.
Thanks Yihui!
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
Hi,
The following simple R Markdown file used to embed an iframe.
Source that rendered into this html file.
However using
rmarkdown
version 0.9.5 andpandoc
1.17.0.3, the iframe tag is not working as intended. I modified my original Rmd file to add some version info and uploaded the resulting html file at https://gist.github.com/lcolladotor/0cc9014d1591d38b7ebf20140842d1a9.The error is fairly simple. At https://gist.github.com/lcolladotor/0cc9014d1591d38b7ebf20140842d1a9#file-index-html-L116 we can see that
<
got changed into<
and put inside a<p>
tag.Best, Leo