What is Markdown ?
Markdown
일반 텍스트 기반의 경량 마크업 언어로 Github의 README에서 퍼져나가 현재는 Notion, Velog, Tistory 등 여러 곳에서 마크다운을 지원하니 한번 익혀두면 웬만한 곳에서 사용할 수 있다.
- 문서의 구조와 내용을 한번에 정의
- 주피터 노트북에서 코드를 설명하거나 노트북 파일에 이론적 배경 설명을 위해 사용
- 마크다운 참고 사이트
- 잘 정리된 블로그
- 잘 정리된 블로그 2
Markdown practice
Hello markdown1
Hello markdown2
Hello markdown3
Hello markdown4
- python 2.7
- python 3.5
s = "Python syntax highlighting"
print s
def add(a, b):
return a + b
Blockquotes starts
This line is part of the same quote.
Good
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
- 이것은 로컬 이미지
- 이것은 웹 이미지
Author And Source
이 문제에 관하여(What is Markdown ?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@wu2ee/What-is-Markdown저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)