Jekyll不解析##标记

Jekyll不解析##标记,jekyll,Jekyll,我有一个Jekyll网站,一切都很好,只是它没有在markdown中解析标记(我也尝试过放入实际的HTML,但仍然不起作用。例如:或者。当我用本地服务器测试它时,一切都正常 对于/apps页面: --- layout: page title: My Apps --- Here's a list of all my published apps, sorted by platform. [If you need Support and would like to open a ticket,

我有一个Jekyll网站,一切都很好,只是它没有在markdown中解析
标记(我也尝试过放入实际的HTML,但仍然不起作用。例如:或者。当我用本地服务器测试它时,一切都正常

对于
/apps
页面:

---
layout: page
title: My Apps
---

Here's a list of all my published apps, sorted by platform.

[If you need Support and would like to open a ticket, please go to the Support page.](/support)

Most applications are available in English, Italian and Polish so far.

[Click here to take a look at the Patch Notes](/apps/patchnotes)

{% for member in site.data.apps %}

{% if member.link %}

##{% if member.fontAwesome %}{% for image in member.fontAwesome %}<i class="fa fa-{{ image }}"></i> {% endfor %}{% endif %}<a href="{{ member.link }}">{{ member.name }}</a>
<br><br>
{{ member.description }}   

{% if member.bundleName %}Included in [{{ member.bundleName }}]({{bundleLink }}) bundle.{% endif %}
{% endif %}

{% endfor %}
---
版面:第页
标题:我的应用程序
---
下面是我所有已发布应用程序的列表,按平台排序。
[如果您需要支持并希望打开票据,请转到支持页面。](/Support)
到目前为止,大多数应用程序都有英语、意大利语和波兰语版本。
[单击此处查看修补程序说明](/apps/patchnotes)
{site.data.apps%中的成员为%s}
{%if member.link%}
##{%if member.fontAwesome%}{%for member.fontAwesome%}{%endfor%}{%endif%}


{{member.description}} [{{member.bundleName}}]({{bundleLink})包中包含的{%if member.bundleName%}。{%endif%} {%endif%} {%endfor%}

[-]

您的
Gemfile
包含一些依赖项,如
bourbon
time to read
。这些是不受支持的插件/gems()

如果在
Gemfile
中只保留github页面gem,并在本地构建或提供服务,则会失败。 我认为Github页面也在失败,但更加优雅


如果您想使用“exotics”gems,您必须在本地生成并在github上推送生成站点。

您的
Gemfile
包含一些依赖项,如
bourbon
阅读时间
。这些是不受支持的插件/gems()

如果在
Gemfile
中只保留github页面gem,并在本地构建或提供服务,则会失败。 我认为Github页面也在失败,但更加优雅

如果您想使用“exotics”gems,您必须在本地生成并在github上推送生成站点。

尝试以下方法:

## {% if member.fontAwesome %}
我刚刚在
之间添加了一个空格{℅

让我知道它是否有效,是吗?

试试这个:

## {% if member.fontAwesome %}
我刚刚在
之间添加了一个空格{℅


让我知道它是否管用,是吗?

管用,很奇怪,因为我确信我以前已经试过了……谢谢。不客气!如果你在克拉姆敦遇到麻烦,试试看这个。它很有用!嘿,你介意把我的答案也投上去吗?:)这对我在堆栈溢出的时候会有帮助…;)谢谢你的投票!:)效果很好,很奇怪,因为我相信我以前已经试过了…谢谢。不客气!如果你在kramdown被卡住了,试试看这个。它很有用!嘿,你介意把我的答案也投票吗?:)这对我在堆栈溢出的时候会有帮助…)谢谢你的投票!:)我会的等我有时间再看一看,谢谢你提出来。等我有时间再看一看,谢谢你提出来。