Tistory 에서 코드 예쁘게 출력하기

|


출처 : http://blog.gaerae.com/2015/09/google-code-prettify.html

 

 

<SCRIPT src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?lang=java&lang=sql&skin=desert"></SCRIPT>
 <PRE class=prettyprint linenums>class Voila {
    public:
        // Voila
        static const string VOILA = "Voila";}
</PRE>

 

의 결과물

 

class Voila {
    public:
        // Voila
        static const string VOILA = "Voila";
}

'Tistory' 카테고리의 다른 글

Tistory 에서 Markdown 문법으로 글 쓰기  (1) 2016.12.21
내 도메인을 Tistory 연결  (0) 2015.03.27
Tistory에 Googld Adsense 광고 생성  (0) 2015.03.27
Tistory Skin, HTML, CSS 설정  (0) 2015.03.26
And