Jekyll编译github页面的html代码时出错

Jekyll编译github页面的html代码时出错,html,jekyll,github-pages,Html,Jekyll,Github Pages,错误信息为: <pre class="Input" style="white-pace:nowrap; overflow: auto;"><code>Plot[{Sin[1/x]}, {x, -1, 3}, RegionFunction -&gt; Function[{x}, 0 &lt; x &lt; 10], PlotRange -&gt; {{-1, 3}, {-1.2, 1.2}}, PlotLabel -&

错误信息为:

<pre class="Input" style="white-pace:nowrap; overflow: auto;"><code>Plot[{Sin[1/x]}, {x, -1, 3}, 

 RegionFunction -&gt; Function[{x}, 0 &lt; x &lt; 10], 

 PlotRange -&gt; {{-1, 3}, {-1.2, 1.2}}, 

 PlotLabel -&gt; TraditionalForm[Sin[1/x]], PlotStyle -&gt; Red, 

 AxesLabel -&gt; {"x", "y"}, AxesStyle -&gt; Arrowheads[{-0.03, 0.03}]]</code></pre>

我使用GithShell使用Jekyll(用于github页面)

{
是liquid模板语言的一部分。请尝试对
{
进行编码或将内容包含在
{%raw%}
{%endraw%}
块中。

因为
{
被认为是liquid的一部分

e、 g.

“{{site.title}”“
将替换为您在_config.yml

中设置的站点名您好,您知道为什么我的这篇文章的url包含一个
%5c
,无法正确打开。您可以从我的主页打开它,html文件是。您好,您知道为什么我的这篇文章的url包含一个
%5c
,无法正确打开。您可以打开哪个从我的主页,html文件是。
%5c
在URL中,因为类别包含\需要编码,因为它不能在URL中使用,除非用作路径分隔符。最好将其作为一个新问题提出。
Error: Variable `{{-1,3}` was not properly terminated with regexp: /\}\}/. Use --trace to view backtrace