正确显示从 ckeditor 到网站的代码,django

Display Code from ckeditor to website properly, django

所以我想在我的博客中显示带有语法着色的格式良好的代码,正如我们在 Whosebug 中看到的那样。当我将我的代码粘贴到代码部分下的 ckeditor 中时,它非常好并且格式正确。如下图所示。

我希望类似的东西出现在我的网站上。但是当我保存它并在我的网站上查看它时,我得到了格式化但不是语法彩色代码。就像下图一样。

我是不是做错了什么。请帮助

您想要 code/syntax 突出显示。有一个ckeditor plugin for that or you can use a Pygments, python syntax highlighter. Here is a short tutorial how to create django filter with Pygments