《问》How to add local video file in markDown md file

《问》

 How to add local video file in markDown md file


<video width="320" height="240" controls>
  <source src="video.mov" type="video/mp4">
</video>

Comments

Popular posts from this blog

英语口语

Ruby语言经典代码讲座:单态类(Singleton Class)