WordPress:>显示为>

时间:2018-09-08 14:05:42

标签: wordpress syntax-highlighting

我正在将Wordpress 4.9与Jetpack markdown和SyntaxHighlighter Evolved插件一起使用。

[python]
>>>
>>> import datetime
>>> current_datetime = datetime.datetime.now()
>>> current_datetime
datetime.datetime(2017, 1, 24, 13, 59, 42, 135163)
>>> print(current_datetime)
2017-01-24 13:59:42.135163
>>>
[/python]

上面的代码显示为:

enter image description here

我已经禁用了可视编辑器。那是什么问题

0 个答案:

没有答案