Skip to content

swff07183/MarkdownExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkdownExample

마크다운 공부하자


1. 제목

# 개수에 따라서 다양한 크기의 제목 가능(1개 ~ 6개)

# 한개
## 두개
### 세개
#### 네개
##### 다섯개
###### 여섯개

한개

두개

세개

네개

다섯개
여섯개

2. 리스트

* 와 TAB키 사용하여 구분

* 안녕 나는
    * 리스트야
        * 어떠니
  • 안녕 나는
    • 리스트야
      • 어떠니

3. 링크

링크쓸때는 [내용] (링크)

[Google 홈페이지](http://google.co.kr)

Google 홈페이지


markdown 문법공부하자

마크다운 사용법 : https://gist.github.com/ihoneymon/652be052a0727ad59601

4. 강조

` markdown ` 문법공부하자

markdown 문법공부하자

박스는 ```세개

#python
import haedal include *

print("Hello world!")
<!--html-->
<html>
    <head>
    </head>
    <body>
        <h1> 이것은 HTML </h1>
    </body>
</html>

5. Github에 전송하기

  • Snapshot : 프로젝트 내 모든 파일의 상태 포착
root@goorm:/workspace/MarkdownExample(master)# git add .
  • Commit : Snapshot을 만드는 행동
root@goorm:/workspace/MarkdownExample(master)# git commit -m "my first markdown"
  • Pushing : 원격의 repository에 내 commit을 밀어넣는 작업
root@goorm:/workspace/MarkdownExample(master)# git push origin master

끝입니당

Releases

No releases published

Packages

No packages published

Languages