일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- dataframe
- pycharm
- Series
- SciPy
- Button
- Python
- mean
- CNN
- SPL
- index
- GT-S80
- synology
- javascript
- install
- Splunk
- keras
- LSTM
- DFS
- pandas
- Numpy
- ipad
- imread
- RNN
- GitHub
- E-P1
- pip
- mariadb
- 삼성소프트웨어멤버십
- Lotto
- 알고리즘
Archives
- Today
- Total
잠토의 잠망경
[Tistory] Markdown 적용하기 & Tistory Editor 본문
Tistory Editor
Tistory에 Markdown 형식으로 글을 쓸 수 있도록 도와주는 Editor입니다. 다시금 Tistory를 활용하게 해준 효자 상품 ^_^
개발자님 감사합니다.
https://tistory-editor.tistory.com/
Markdown 적용하기
아래 순서대로 진해함
- github-markdown.css download
- highlight.pack.js 및 vs20015.css(다양함 고르면 됨)
Tistory에 다음을 적용함
<!DOCTYPE html>
<html lang="ko" class="">
<head>
.....
<link rel="stylesheet" href="./images/github-markdown.css">
<link rel="stylesheet" href="./images/vs2015.css">
<script src="./images/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body id="tt-body-page">
</body>
</html>