ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Google의 code-prettify
    Search: 카테고리 없음 카테고리 없음 2020. 11. 14. 14:11

    html 편집하다가 티스토리 기본 에디터로 오면 편집한 소스가 날라가는 불편함이 있다.

     

    <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js?autoload=true&skin=sunburst&lang=css"></script>

     

     

    <pre class="prettyprint">
    ...
    코드 내용
    ...
    </pre>
    

     

         void main() {
         int a = 0;
         }
    void main() {
         int a = 0;
         }
    

     

     

     

    오픈소스다 

    https://github.com/google/code-prettify

     

     

    댓글