CSDN markdown 代码块高亮

CSDN markdown 代码块高亮_第1张图片
在需要高亮的代码块的前一行及后一行使用三个反引号“ ` ” (注意这个反引号的输入是 英文输入模式下tab键上面那个),同时第一行反引号后面表面代码块所使用的语言,如下图:

CSDN markdown 代码块高亮_第2张图片

代码效果如下:

int pthread_attr_setschedparam(pthread_attr_t *attr, 
   const struct sched_param *param);
int pthread_attr_getschedparam(const pthread_attr_t *attr, 
   struct sched_param *param);

参考: https://blog.csdn.net/saywhat_sayhello/article/details/78736752

你可能感兴趣的:(markdown)