Mark down 문법 정리하기_#1 스타일링 텍스트

2022. 10. 30. 16:25Programming 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>