この記事は、マークダウンに対応しています。
タイトルは #<半角スペース>
コードも対応しています。
1 2 3 4 5 6 #include <stdio.h> int main() { printf("Hello!\n"); return 0; }
1 2 3 4 5 6
#include <stdio.h> int main() { printf("Hello!\n"); return 0; }
1 print("hello")
1
print("hello")
各言語のシンタックスハイライトにも対応
この記事でマークダウンについて確認できます!