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的示例。的主要内容,如果未能解决你的问题,请参考以下文章

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

GitHub Pages 上的 Jekyll:在另一个 markdown 文件中包含 markdown

如何在本地部署包含 css、js 和背景图像的 jekyll 站点?

如何在 Jekyll 页面中使用语法高亮 Jekyll 标记

在 Jekyll 的 Markdown 代码块中转义双花括号

如何让Jekyll支持Markdown的代码块格式