Markdown文件中嵌入iframe
accttodo 4/25/2022 开发工具Markdown
目录
参考:
# Markdown
# Markdown基础教程
Markdown 入门教程 (opens new window)
Markdown 语法手册 (opens new window)
# Markdown在线工具
# 在线编辑器
https://markdown.devtool.tech (opens new window)
http://www.atoolbox.net/Tool.php?Id=658 (opens new window)
# Html(URL)转换器
http://devtool.tech/html-md (opens new window)
https://www.helloworld.net/html2md (opens new window)
# Excel转换器
https://tableconvert.com/zh-cn/ (opens new window)
# Markdown使用技巧
# 嵌套iframe
静态文件 index.html 文件放在 .vuepress/public/demo 文件夹下。
直接在 Markdown 中引入 iframe
<iframe id="iframe" src="/demo/index.html" height="350px" width="80%" frameborder="0" allowfullscreen="true" scrolling="no"></iframe>
1