Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

191102_마크다운문법정리.md #1

Open
3 of 4 tasks
han1025 opened this issue Nov 2, 2019 · 0 comments
Open
3 of 4 tasks

191102_마크다운문법정리.md #1

han1025 opened this issue Nov 2, 2019 · 0 comments

Comments

@han1025
Copy link
Owner

han1025 commented Nov 2, 2019

Headers

This is an

tag

This is an

tag

This is an
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
    1. Item 3a

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.

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

SHA references

16c999e8c71134401a78d4d46435517b2271d6ac
mojombo@16c999e8c71134401a78d4d46435517b2271d6ac
mojombo/github-flavored-markdown@16c999e

Issue references within a repository

#1
mojombo#1
mojombo/github-flavored-markdown#1

Username @mentions

Typing an @ symbol, followed by a username, will notify that person to come and view the comment. This is called an “@mention”, because you’re mentioning the individual. You can also @mention teams within an organization.

Automatic linking for URLs

Any URL (like http://www.github.com/) will be automatically converted into a clickable link.

Strikethrough

Any word wrapped with two tildes (like this) will appear crossed out.

Emoji

GitHub supports emoji!

To see a list of every image we support, check out the Emoji Cheat Sheet.

link: https://guides.github.com/features/mastering-markdown/

@han1025 han1025 changed the title 191102_README.md 191102_마크다운문법정리.md Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant