我正在尝试使用 Jekyll 用脚注注释文件。我的 _config.yml 文件是这样设置的:
降价:kramdown
这就是我尝试使用脚注的方式:
<p>As trade-off talking rational economic people [^1], we are constantly making choices that have different costs associated with them.</p>
[^1]: http://en.wikipedia.org/wiki/Trade-off_talking_rational_economic_person`
但是在我的本地机器上查看它似乎并没有解析第一个脚注。这是它的显示方式:
“作为权衡取舍的理性经济人 [^1],我们不断做出与他们相关的不同成本的选择。”
脚注定义不会出现。
任何见解将不胜感激!