我正在尝试在 wordpress 中创建一个博客。由于我可能需要在我的帖子中添加一些代码块,我想知道是否有任何 CSS 样式来表示代码块。
一个非常简单的例子是 stackoverflow 代码标签(如下所示)
<script type="text/javascript">
alert('this is example of what i need to do ') ;
</script>
我正在尝试在 wordpress 中创建一个博客。由于我可能需要在我的帖子中添加一些代码块,我想知道是否有任何 CSS 样式来表示代码块。
一个非常简单的例子是 stackoverflow 代码标签(如下所示)
<script type="text/javascript">
alert('this is example of what i need to do ') ;
</script>
由于您使用的是 wordpress,因此有插件可以做到这一点。只需查看http://wordpress.org/extend/plugins/tags/syntax-highlighting似乎就有很多可供选择。