본문 바로가기

개발삽질방지/기타

SyntaxHighliter 적용하기

SyntaxHighliter 적용하기

<pre class="brush: html">
... code here ....
</pre>

<pre class="brush: javascript">
... code here ....
</pre>

<pre class="brush: java">
... code here ....
</pre>

< preclass="brush: sql">
... code here ....
</pre>

<pre class="brush: text">
... code here ....
</pre>