Code Monkey home page Code Monkey logo

markdown-test's Introduction

제목(Header)

제목 1

제목 2

제목 3

문장(Paragraph)

동해물과 백두산이 마르고 닳도록 하느님이 보우하사 우리나라 만세

줄바꿈(Line Breaks, 띄어쓰기 2번 또는 br태그)

동해물과 백두산이 마르고 닳도록
하느님이 보우하사 우리나라 만세
무궁화 삼천리 화려 강산
대한 사람 대한으로 길이 보전하세

강조 (Emphasis)

이탤릭
두껍게
이텔릭 + 두껍게
취소선
밑줄 권장하지않음

목록(List)

  1. 순서가 필요한 목록
  2. 순서가 필요한 목록
  3. 순서가 필요한 목록
    1. 순서가 필요한 목록
    2. 순서가 필요한 목록
  4. 순서가 필요한 목록
  • 순서가 필요하지 않은 목록
  • 순서가 필요하지 않은 목록
  • 순서가 필요하지 않은 목록
    • 순서가 필요하지 않은 목록
    • 순서가 필요하지 않은 목록
      • 순서가 필요하지 않은 목록

링크(Links)

GOOGLE

NAVER

NAVER

이미지(Images)

HEROPY

HEROPY

인용문(BlockQuote)

남의 말이나 글에서 직접 또는 간접으로 따온 문장.
(네이버 국어 사전)

인용문을 작성하세요!

중첩된 인용문

중중첩된 인용문 1
중중첩된 인용문 2
중중첩된 인용문 3

인라인(inline) 코드 강조

CSS에서 background 혹은 background-image 속성으로 요소에 배경 이미지를 삽입할 수 있습니다.

블록(block) 코드 강조

<a href="https://www.google.co.kr/" target="_blank">
.list > li {
  position: absolute;
  top: 40px;
}
function func() {
  var a = 'AAA';
  return a;
}
$ git commit -m 'Study Markdown'
동해물과 백두산이
마르고 닳도록

표(Table)

position 속성

의미 기본값
static 기준 없음 O
relative 요소 자신 X
absolute 위치 상 부모 요소 X
fixed 뷰포트 X

원시 HTML(Raw HTML)

동해물과 백두산이 마르고 닳도록
하느님이 보우하사 우리나라 만세

u 태그 직접 사용하는 대신에

span {
  text-decoration: underline;
}

css file text-decoration을 사용하든지,
span 태그 안에서 style로 지정하든지 할 것.

수평선(Horizontal Rule)




markdown-test's People

Contributors

dlrbcnvk 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.