【发布时间】:2013-12-16 19:07:31
【问题描述】:
我在与托管在 github 页面上的 Jekyll 网站一起使用的一个 .md 文件中包含以下内容:
<img src="https://lefthandedgoat.github.io/canopy/canopy_orig.jpg" width="32" /> [canopy][2] - F#rictionless web testing with Selenium.
github 文件预览和 stackoverflow 都正确解释了该降价:
canopy - 使用 Selenium 进行 F#rictionless 网络测试。
但是当我发布到 github-pages 时,我收到一封电子邮件,说存在 Jekyll 错误。我安装了 Jekyll gem 并在本地运行 jekyll serve 来检查错误并得到了这个:
___________________________________________________________________________
| Maruku tells you:
+---------------------------------------------------------------------------
| Could you please format this better?
| I see that " [canopy][2] - F#rictionless web testing with Selenium." is lef
t after the raw HTML.
| At line 150
| raw_html |[<img src="https://i.stack.imgur.com/ndr1f.jpg" width="32" />][1] [canopy](http://l
efthandedgoat.github.io/canopy/) - F#rictionless web testing with Selenium.|
+---------------------------------------------------------------------------
我是否需要做一些特别的事情才能让 Jekyll 识别内联 html?
【问题讨论】:
标签: markdown jekyll github-pages