gpt4 book ai didi

markdown - 如何在 jekyll 中的 markdown 文件中包含 HTML 文件?

转载 作者:行者123 更新时间:2023-12-02 22:11:50 25 4
gpt4 key购买 nike

我有一个 jekyll 网站,其文件结构如下:

▾ _includes/
post-entry.html
▾ _posts/
2012-11-25-first-post.markdown
index.markdown

在我的index.markdown中,我想包含一个像这样的post-entry.html:

{% for post in site.posts %}
* {% include post-entry.html %}
{% endfor %}

但这在博客中显示为 HTML 代码片段。我怎样才能防止 HTML 被 protected ?

最佳答案

您可以在任何 Markdown 文件中使用 Liquid 标签,只要它具有 YAML header 即可。例如,查看 index.md jekyllbootstrap template for Jekyll sites 中给出。

如果您链接到实际的 index.markdown 或存储库本身(例如,如果它位于 github 上),我们可能可以更好地了解出了什么问题。您的示例应该可以工作,但您可能需要使用 HTML 列表元素 <li>而不是 Markdown * .

关于markdown - 如何在 jekyll 中的 markdown 文件中包含 HTML 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13549690/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com