Giter Club home page Giter Club logo

practice_markdown's Introduction

Markdown 연습

MARKDOWN 연습 for README.md

1. 제목(글머리) 작성

H1 제목

H2 부제목

H3 소제목

H4 제목4

H5 제목5

2. 번호 없는 리스트

  • 리스트1
    • 리스트2
      • 리스트3

3. 번호 있는 리스트

  1. 리스트1
  2. 리스트2
  3. 리스트3

4. 기울어진 글씨 작성

텍스트
ex) Hello Markdown

5. 굵은 글씨 작성

텍스트
ex) Hello Markdown

6. 인용

인용1

인용2

인용 안에서 인용

7. 수평선 넣기


8. 링크

(1) 인라인 링크
링크 주소

(2) 외부 링크
[Title](링크 주소)
blog

9. 이미지 추가

![이미지 제목](이미지 url)

이미지 사이즈 조절

이미지 파일로 추가

10. 코드블럭 추가

func Hello() {
  print("Hello Markdown")
}

etc

텍스트 취소선

개행

스페이스바를 통한 문장 개행 (스페이스바 2번이상 입력)
스페이스바를 통한 문장 개행 (스페이스바 2번이상 입력)

br태그를 통한 문장 개행

br태그를 통한 문장 개행

체크박스

  • 체크박스
  • 빈 체크박스

이모지 넣기

❤❤❤❤❤ (Win + .)

표 넣기

왼쪽 정렬 가운데 정렬 오른쪽 정렬
내용1 내용2 내용3
내용1 내용2 내용3

practice_markdown's People

Contributors

zoa0945 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.