• Home
  • About
    • Tae Yeon Kwon's Blog photo

      Tae Yeon Kwon's Blog

      Moon is a minimal, one column jekyll theme for your blog.

    • Learn More
    • Email
    • Twitter
    • Facebook
    • Instagram
    • Github
    • Steam
  • Posts
    • All Posts
    • All Tags
  • Projects

I Want to Post Something

09 Jan 2017

Reading time ~1 minute

It’s very easy to make some words bold and other words italic with Markdown. You can even link to Google!

Syntax Guide

Headers

This is an <h1> tag

This is an <h2> tag

This is an <h6> tag

Emphasis This text will be italic This will also be italic

This text will be bold This will also be bold

You can combine them

Lists

Unordered

  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

Ordered

  1. Item 1
  2. Item 2
  3. Item 3
    • Item 3a
    • Item 3b

Images GitHub Logo Format: Alt Text

Links http://github.com - automatic! GitHub

BlockQuotes As Kanye West said:

We’re living the future so the present is our past.

Inline Code I think you should use an <addr> element here instead.

GITHUB FLAVORED MARKDOWN

Syntax Highlighting

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}
function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}

def foo(): if not bar: return True

Task Lists

  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item

Tables

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

============================

MY CONTENTS

토스트 루키 4기 명단

이름 소속
루키햇님TF 정진규
루키햇님TF 노현빈
루키햇님TF 김보라
루키햇님TF 권성재
루키달님TF 이준택
루키달님TF 권용현
루키달님TF 홍유정
루키달님TF 송종문
루키씨앗TF 박수민
루키씨앗TF 박제현
루키씨앗TF 심동호
루키씨앗TF 김지선
루키새싹TF 김형상
루키새싹TF 임예지
루키새싹TF 황도영
루키새싹TF 전현구
루키사랑TF 김현봉
루키사랑TF 조성수
루키사랑TF 조성은
루키사랑TF 권태연
루키행복TF 김민규
루키행복TF 오준영
루키행복TF 임덕현
루키행복TF 서정원
루키열매TF 김동윤
루키열매TF 문준오
루키열매TF 원정일
루키열매TF 최재혁
루키열매TF 이은지


Share Tweet +1