728x90
반응형
SMALL
관리 > 꾸미기 > 스킨 편집 > 우측의 html 편집
<head> 태그 바로 밑에 아래 코드 삽입 후 저장
<script type= "text/javascript" src= "http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js" ></script> <script type= "text/javascript" src= "http://alexgorbatchev.com/pub/sh/current/scripts/shBrushJScript.js" ></script>
<link type= "text/css" rel= "stylesheet" href= "http://alexgorbatchev.com/pub/sh/current/styles/shCoreDefault.css" > <script type= "text/javascript" >SyntaxHighlighter.all();</script> |
<pre class="brush:js">
// javascript code
</pre>
<pre class="brush:java">
// java code
</pre>
<pre class="brush:py">
// python code
</pre>
<pre class="brush:sql">
// SQL
</pre>
<pre class="brush:xml">
// XML
</pre>
이런식으로 작성하면 된다.
위에서 삽입한 script 들 외에도 perl, php, cpp, vb 등 다양하게 원하는 script 를 삽입하여 사용할 수 있다.
728x90
반응형
LIST
'IT' 카테고리의 다른 글
ASCII / ANSI / UNICODE / UTF-8 쉽게 이해하기 (0) | 2018.09.10 |
---|---|
Java 유료화?? (1) | 2018.09.02 |
제곱근 구하기 - 바빌로니아 법 (0) | 2014.05.29 |
SDN (Software Defined Network) (0) | 2014.05.28 |
Double Linked List (0) | 2013.12.21 |