CSDN博客代码高亮

代码默认效果

默认效果一片黑

Thread thread = new Thread(() -> {
            System.out.println("hello world!");
            System.out.println("welcome to Westworld!");
        });
        thread.start();

代码高亮效果

Thread thread = new Thread(() -> {
            System.out.println("hello world!");
            System.out.println("welcome to Westworld!");
        });
        thread.start();

设置方法

在代码块三个点后写代码的语言,例如代码是java,如下。
CSDN博客代码高亮_第1张图片
显示效果如上代码高亮效果

致谢

感谢阅读,欢迎点赞和评论!

你可能感兴趣的:(博客)