일반 텍스트 기반의 경량 마크업 언어로 Github의 README에서 퍼져나가 현재는 Notion, Velog, Tistory 등 여러 곳에서 마크다운을 지원하니 한번 익혀두면 웬만한 곳에서 사용할 수 있다.
s = "Python syntax highlighting"
print s
def add(a, b):
return a + b
Blockquotes starts
This line is part of the same quote.
Good
This is python
This is python
This is python

