현재 이 블로그는 Prism.js를 이용해 source code 게시 중이다.
c++은 <pre><code class="lang-cpp"> ... </code></pre>
#include <iostream>
using namespace std;
int main()
{
}
js는 <pre><code class="lang-js"> ... </code></pre>
function fcn(){
var test="hello, world"
console.log(test)
}
python은 <pre><code class="lang-python"> ... </code></pre>
import random
print(random.randint(1, 10)
input("hello\n>>>")
# Language 별 How to use
'블로그 플러그인' 카테고리의 다른 글
티스토리 블로그에 마크다운으로 코드 올리기 (0) | 2019.08.30 |
---|---|
Syntax Highlighter Theme 적용하기 (0) | 2018.04.06 |