WordPress 嵌入程式碼 Enlighter
Posted On 2021 年 4 月 19 日
使用WordPress的各位,應該有不少人撰寫程式語言方面的教學。
而WordPress圖像化的程式語言區塊非常的醜陋 ( 如下所示 )
#include <stdio.h>
#include <stdlib.h>
int main(){
printf("hello world\n");
system("pause");
return 0;
}
灰灰的底,不能知道行數也不好閱讀。
此時我們可以安裝 Enlighter 外掛 ,使我們有著美麗的程式碼 ( 如下所示 )
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
他能顯示多總的程式語言,並且有著各式主題讓使用者挑選顯示方式,以下會根據各個不同的主體做展示,以方便大家選取想要的顯示方式,而不需要一個個嘗試。
1、Enlighter
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
2、Godlizza
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
3、Beyond
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
4、Classic
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
5、MowTwo
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
6、Eclipse
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
7、Droide
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
8、Minimal
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
9、Atomic
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
10、Rowhammer
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
11、Bootstrap4
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
12、Dracula
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
13、Monokai
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }
14、Theme Customizer
#include <stdio.h> #include <stdlib.h> int main(){ printf("hello world\n"); system("pause"); return 0; }