타이포라를 이용해서 Github Flavored Markdown으로 작성함.
Markdown으로 변환된 내용
기능 구현을 위한 작성방법
제목 1
# 제목 1
제목 2
## 제목 2
제목 3
### 제목 3
제목 4
#### 제목 4
1. 링크 가진사람만 볼수있도록 공유옵션 수정
2. 이미지 링크를 가져온다. ex) https://drive.google.com/open?id={{imageID}}
3. image Id를 복사한다.
4. https://drive.google.com/thumbnail?id={{imageID}}&sz=w{{width}}-h{{height}} 대입한다.
참고 : https://support.awesome-table.com/hc/en-us/articles/115002196665-Display-images-from-Google-Drive
[링크](https://www.daum.net/ "Title") -> (<p>This is <a href="http://example.com/" title="Title">)
[링크](https://www.daum.net/) -> (<p><a href="http://example.net/">This link</a> has no)
[레퍼런스 링크][https://www.daum.net/]
<https://www.daum.net/>
강조
**강조**
__강조__
기울임
*기울임*
_기울임_
취소선
~~취소선~~
밑줄
<u>밑줄</u>
수평선
---
***
블럭
> 블럭
- 리스트 1
- 리스트 2
- 리스트 1
- 리스트 2
- 번호 1
- 번호 2
1. 번호 1
2. 번호 2
item 1
checked item1
- [ ] item 1
- [x] checked item1
first column | second column |
---|---|
cell | cell |
| first column | second column |
| ------------ | ------------- |
| cell | cell |
풋노트 기능[^쓸지는 모르겠다]
풋노트 기능[^쓸지는 모르겠다]
LaTex using MathJax
$$
\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix}
\mathbf{i} & \mathbf{j} & \mathbf{k} \\
\frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \\
\frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0 \\
\end{vmatrix}
$$
<iframe height='265' scrolling='no' title='Fancy Animated SVG Menu' src='http://codepen.io/jeangontijo/embed/OxVywj/?height=265&theme-id=0&default-tab=css,result&embed-version=2' frameborder='no' allowtransparency='true' allowfullscreen='true' style='width: 100%;'></iframe>