markdown 如何使用Jekyll在GitHub页面上嵌入Gist的示例。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 如何使用Jekyll在GitHub页面上嵌入Gist的示例。相关的知识,希望对你有一定的参考价值。

And here's what it would look like rendered:

![Rendered Gist](https://f.cloud.github.com/assets/282759/488851/3f34aab0-b989-11e2-96ce-bf599b5c72aa.png)
Here's an example of how to embed a Gist on GitHub Pages:

```
{% gist 5555251 %}
```

All you need to do is copy and paste the Gist's ID from the URL (here `5555251`), and add it to a `gist` tag surrounded by `{%` and `%}`.

以上是关于markdown 如何使用Jekyll在GitHub页面上嵌入Gist的示例。的主要内容,如果未能解决你的问题,请参考以下文章