syntaxhighlighter Test



<textarea name="code" class="brush:원하는 언어;">
에디터 모드에서 이 사이에 코드를 작성하면 된다.
</textarea>
<textarea name="code" class="brush:cpp;">

#include <iostream>
using namespace std;
 
void main(){
  cout << "참 쉽죠?";
}
 
</textarea>



출처 : http://jb-story.tistory.com/13