Mark down 문법 정리하기_#1 스타일링 텍스트
2022. 10. 30. 16:25ㆍProgramming Tutorial
Styling text
출처 : Github Doc
구 분 | 문법 | 단축키 | 작성 예시 |
Bold | ** ** or __ __ | Command+B (Mac) or Ctrl+B (Windows/Linux) |
**This is bold text** |
Italic | * * or _ _ | Command+I (Mac) or Ctrl+I (Windows/Linux) | *This text is italicized* |
Strikethrough | ~~ ~~ | ~~This was mistaken text~~ | |
Bold and nested italic | ** ** and _ _ | **This text is _extremely_ important** | |
All bold and italic | *** *** | ***All this text is important*** | |
Subscript | <sub> </sub> | <sub>This is a subscript text</sub> | |
Superscript | <sup> </sup> | <sup>This is a superscript text</sup> |
'Programming Tutorial' 카테고리의 다른 글
기초 Markdown(마크다운) 문법 봅시다~ (0) | 2020.01.01 |
---|---|
Atom을 설치해보자. Udacity의 권장 text editor (0) | 2019.08.29 |
Shell 에 대해서 (0) | 2019.08.26 |
아나콘다 가상환경 커널을 주피터노트북에 추가하기. (0) | 2019.06.22 |
Tensorflow-gpu 2.0 beta 윈도우 아나콘다 환경에 설치해봅시다! (0) | 2019.06.21 |