Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は pygments で Jekyll を使用して{% highlight %}おり、.html 投稿で問題が発生しています。ここでわかるように、{% ハイライト %} を出力しているだけですが、私のホームページでは構文の強調表示が機能しています。
{% highlight %}
インデックスのコードと投稿のコードは次のとおりです。
問題が何であるか、または投稿ページではなくインデックスで機能している理由がよくわかりません。何か案は?
私の問題を理解したようです。{{ page.content }}の代わりに post.htmlで使用していました{{ content }}。
{{ page.content }}
{{ content }}