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.
jekyll の投稿に次の内容があるとします。
{% highlight ruby linenos %} def foo puts 'foo' end {% endhighlight %} ## an h2
強調表示はピグメントを使用して正しく機能しますが、投稿で文字通り「## an h2」を取得します。ハイライトブロックの後、すべてのマークダウン構文が正しく機能しません。