其他分享
首页 > 其他分享> > CSDN代码块高亮

CSDN代码块高亮

作者:互联网

没有颜色的代码块

      print ('hello python!')

有颜色的代码块

   print ('hello python!')

**解决方案:**只需在代码块第一个```后面加上语种。即
在这里插入图片描述
**注意:**必须在代码块第一个‘’‘后面紧跟语种,不能换行。

标签:高亮,python,代码,语种,CSDN,print,颜色,hello
来源: https://blog.csdn.net/weixin_43096084/article/details/88774911