How to display HTML content in github README.md?

后端 未结 3 723
攒了一身酷
攒了一身酷 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条回答
  •  [愿得一人]
    2020-12-23 19:03

    Github's markdown interpreter can include HTML. However, there is only so much you can do in HTML. I would suggest checking out this article which provides more information on what tags can be used. Personally, I have never used much more than line-breaks, horizontal rules, etc... Unfortunately, I don't see Iframes mentioned in the article.

提交回复
热议问题