How to display HTML content in github README.md?

后端 未结 3 725
攒了一身酷
攒了一身酷 2020-12-23 18:42

I am new to github, in README.md want to display a HTML content using an Iframe or something is this possible ?

What I have tried is I just create HTML

3条回答
  •  Happy的楠姐
    2020-12-23 19:09

    You can use svg to work around, example code (./path/example.svg):

    
    
        
    • text

    and then use image insert way to embed the svg file in any other markdown file, like this:

    ![](./path/example.svg)
    

提交回复
热议问题