Jekyll无法解析##标签 [英] Jekyll not parsing ## Tags

查看:87
本文介绍了Jekyll无法解析##标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Jekyll网站,一切正常,只是它不能解析markdown中的< h2> 标签(我也尝试过放置实际的HTML,但仍然无法正常工作.例如:此处此处.当我在本地服务器上对其进行测试时,一切正常.

I have a Jekyll website and everything works fine, just it doesn't parse <h2> tags in markdown (I also tried putting the actual HTML and still doesn't work. Example: here or here. When I test it with a local server everything works though.

源代码>/apps 页面:

Source code for the /apps page:

---
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 %}

[ app/补丁说明 -页面布局]

推荐答案

尝试一下:

## {% if member.fontAwesome %}

我刚刚在 ## {℅

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

Let me know if it works, yeah?

这篇关于Jekyll无法解析##标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆