我在写博客常用的 markdown 语法和技巧 
最近没有怎么写博客进行总结,今天准备对之前常用的 markdown 语法进行总结
1.Editer 
首推本地 Markdown 编辑器Typora
2.图片 
本地引用语法
使用
<img src="http://static.runoob.com/images/runoob-logo.png" width="50%"><img src="http://static.runoob.com/images/runoob-logo.png" width="50%">3.视频 
比如使用 B 站作为自己的视频存储仓库,使用外链引用即可

<div style="position: relative; padding-bottom: 56.25%; height: 0;">
  <iframe src="//player.bilibili.com/player.html?aid=770936411&bvid=BV1Nr4y1J7Mq&cid=774195957&page=1&autoplay=0" frameborder="no" scrolling="no" 
    style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
</div><div style="position: relative; padding-bottom: 56.25%; height: 0;">
  <iframe src="//player.bilibili.com/player.html?aid=770936411&bvid=BV1Nr4y1J7Mq&cid=774195957&page=1&autoplay=0" frameborder="no" scrolling="no" 
    style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
</div>4.PDF 
首先也需要将 pdf 文件上传到云端,采用链接引用
语法:{% pdf https://arxiv.org/pdf/xxxx.pdf %}
5.数学公式 
Myscript Math 手写识别数学公式 https://webdemo.myscript.com/

致谢 
OK!本期关于 markdown 语法进行总结就到此为止。喜欢的话请支持、转发、订阅!同时也欢迎各位大佬指出不足之处!在此本人万分感谢!
 sujie-168
sujie-168