이 포스팅은 깃허브에서 자주 사용되는 것들을 정리한 것입니다.
사실 코드블록 ``` 심볼을 키보드로 입력하는 방법을
몰라서 매번 구글에 검색하다가 짜증나서 작성함
1. Source Code
```python
print("hello fxnnxc")
```
사실 ``` 심볼은 키보드 ~ 에 같이 있는 심볼이었습니다 -_-
```bash
pip install -e .
```
2. HTML link 텍스트
[Transformer](https://arxiv.org/abs/1706.03762)는 최고의 모델이야!
3. Table Alignment
| Default Header | Left Align | Right Align | Center Align |
| --- | :-- | --: | :-: |
4. Github Todo
- [x] Finish my changes
- [ ] Push my commits to GitHub
- [ ] Open a pull request
5. Latex(Math)
<img src="https://latex.codecogs.com/gif.latex?\phi_s=\text{agent&space;state}&space;&space;,\phi_{o}=\text{opponent&space;state}" width=400px>
'프로그래밍' 카테고리의 다른 글
visual studio Code 색깔 바꾸기🦸♂️ (0) | 2021.01.01 |
---|---|
env.yml [파이썬 환경 설정] (0) | 2020.12.16 |
Windows Terminal Preview에 Anaconda Prompt 추가하기 (0) | 2020.11.28 |
torch에서 Tensorboard를 이용해서 loss plot 하는 방법 (1) | 2020.11.28 |
ALL_ABOUT_TORCH - 2 / Plot training loss with visdom (0) | 2020.11.22 |