Coder Social home page Coder Social logo

prism-for-tistory's Introduction

Prism-for-tistory

티스토리에 코드블럭이 쉽게 적용될수있도록 변경한 Prism

<head>

 ...

 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism.css">
</head>
<body>

...

 <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism.js"></script>
</body>

이 두 코드만 붙여넣으면 완료

js 코드는 body 맨 마지막에 붙여넣으세요

body 마지막에 안붙여넣으면 오류가 발생할수 있습니다.

티스토리 신 편집기에서 기본제공하는 언어만 일단 지원 추가 언어는 추가로 스크립트를 넣어야 됩니다.

기본 js코드 뒤로 넣어주세요

<head>

   ...

   <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism.css">
</head>
<body>

   ...

   <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism.js"></script>
   <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism-cmake.js"></script>
   <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism-csharp.js"></script>
   <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism-django.js"></script>
   <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism-git.js"></script>
   <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism-http.js"></script>
   <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism-json.js"></script>
   <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism-pascal.js"></script>
   <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism-perl.js"></script>
   <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism-sql.js"></script>
   <script src="https://cdn.jsdelivr.net/gh/hiwebtool/prism-for-tistory/prism-vbnet.js"></script>
</body>

prism-for-tistory's People

Contributors

hiwebtool avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.