博客园的代码语法高亮,记录一下


这种代码语法高亮,个人感觉不错,也是别处找的,如下


首先选择默认的语法高亮:


选择默认markdown编辑器,加入以下代码:

<div class="cnblogs_Highlighter">
<pre class="brush:python;gutter:true;">
print("hello world") //代码位置
print("I'm code") //代码位置
print("code") //代码位置
</pre>
</div>


效果如下:

print("hello world") //代码位置
print("I'm code") //代码位置
print("code") //代码位置

posted @ 2022-09-21 00:16  jianmuzi  阅读(48)  评论(0编辑  收藏  举报
TOP 底部