Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 702 Bytes

1227_markdown.md

File metadata and controls

53 lines (44 loc) · 702 Bytes

2022/12/27 마크다운

h1 heading

h2 heading

h3 heading

h4 heading

h5 heading
h6 heading

강조

This is bold text
This is italic text
Strikethrough

Blockquotes

blockquotes can be nested..

List

Unordered

  • Start with +,- or *
    • Sub-lists
      • sub-list2

Ordered

  1. list1
  2. list2

Code

Inline code
Block code

code

Syntax hylighting

var foo = function(bar){
  return bar++;
};
console.log(foo(5));

Tables

Option Description
data data

Links

Google

Images

text