vdeh
syntaxhighlight 태그는 컴퓨터 코드의 문법 강조를 지원합니다.
#include <stdio.h> int main() { printf("Hello, World!"); return 0; }