博客markdown内嵌网页

在markdown插入以下代码即可
1
2
3
<div style="position: relative; padding: 30% 45%;">
<iframe style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;" src="网页链接" frameborder="1" scrolling="yes" width="320" height="240"></iframe>
</div>

比如下面的效果


博客markdown内嵌网页
https://www.blog.jeanhua.cn/2024/04/27/0b07f4fdbced/
作者
jeanhua
发布于
2024年4月27日
许可协议