<pre>
コードをタグで表示し、言語に従って構文を強調表示できるライブラリはありますか? 私は次のようなものを想像しています:
<pre class="python">
class MyClass:
"""A simple example class"""
i = 12345
def f(self):
return 'hello world'
</pre>
...CSS forpre.python
が Python コードを適切に強調表示する場所。
このようなものは存在しますか?