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.
私は最近、ペリカン cms を使い始めました。また、rst やマークダウンではなく、HTML で記事を書くことを好みます。それは結構です。ペリカンは私にそれをさせてくれます。
しかし、ブロックの言語を指定する方法が見つからないようです<pre>。そのため、Pelican は Pygments を介して実行し、構文のハイライトを生成します。
<pre>
ドキュメントでは、markdown または rst を使用してこれを行う方法のみを指定しています。