use-markdown

๋งˆํฌ๋‹ค์šด ์‚ฌ์šฉ๋ฒ•

The tooling

vscode ์—์„œ Code Runner ์™€ Markdown Preview Enhanced ๋ฅผ ์„ค์น˜

Paragraphs and Text Decoration

์ดํƒค๋ฆญ์ฒด / ๋ณผ๋“œ์ฒด / ์ทจ์†Œ์„  ์‚ฌ์šฉํ•˜๊ธฐ

*ํ…์ŠคํŠธ*: ์ดํƒค๋ฆญ์ฒด
cat is *cute*.  

**ํ…์ŠคํŠธ**: ๋ณผ๋“œ์ฒด
cat is real **cute**.  

***ํ…์ŠคํŠธ*** - ์ดํƒค๋ฆญ&๋ณผ๋“œ์ฒด
cat is real ***cute***.

cat is cute. cat is real cute. cat is real cute.

 _ํ…์ŠคํŠธ_: ์ดํƒค๋ฆญ์ฒด
cat is _cute_.

__ํ…์ŠคํŠธ__: ๋ณผ๋“œ์ฒด
cat is real __cute__. 

___ํ…์ŠคํŠธ___: ์ดํƒค๋ฆญ&๋ณผ๋“œ์ฒด
cat is real ___cute___.

cat is cute. cat is real cute. cat is real cute.

~~ํ…์ŠคํŠธ~~: ์ทจ์†Œ์„ 
cat is ~~cute~~.

cat is cute.

Headings in Markdown

"#"์„ ์ด์šฉํ•ด heading์„ ๋‚˜ํƒ€๋‚ผ ์ˆ˜ ์žˆ๋‹ค.

# heading 1

## heading 2

### heading 3

heading 1

heading 2

heading 3

=, -์œผ๋กœ heading์„ ๋‚˜ํƒ€๋‚ผ ์ˆ˜ ์žˆ๋‹ค.

heading 1
========
heading 2
--------

heading 1

heading 2

"#"์„ ์ด์šฉํ•˜๋Š” ๊ฒƒ์„ ์ถ”์ฒœํ•œ๋‹ค.

๊ธฐ๋ณธ ๋งํฌ ์ถ”๊ฐ€๋ฒ•

https://github.com/yami03 
<https://github.com/yami03> ๋กœ ํ‘œํ˜„

https://github.com/yami03 https://github.com/yami03

ํ…์ŠคํŠธ์— ๋งํฌ๋ฅผ ์‚ฝ์ž…ํ•  ๊ฒฝ์šฐ

[My GitHub Account](https://github.com/yami03 "sla")
[ํ…์ŠคํŠธ](๋งํฌ "title")

My GitHub Account

๋งํฌ key value ๊ฐ’์ฒ˜๋Ÿผ ์‚ฌ์šฉํ•˜๊ธฐ

[๋งˆํฌ๋‹ค์šด์‚ฌ์šฉ๋ฒ•][1] key value ๊ฐ’์ฒ˜๋Ÿผ ๋งํฌ๋ฅผ ๋‹ฌ ์ˆ˜ ์žˆ๋‹ค. 
[1]๊ฐ’์€ ์›ํ•˜๋Š” ํ…์ŠคํŠธ๋ฅผ ๋„ฃ์„ ์ˆ˜ ์žˆ๋‹ค.

๋งˆํฌ๋‹ค์šด์‚ฌ์šฉ๋ฒ• key value ๊ฐ’์ฒ˜๋Ÿผ ๋งํฌ๋ฅผ ๋‹ฌ ์ˆ˜ ์žˆ๋‹ค.

Markdown Images

๊ธฐ๋ณธ ์ด๋ฏธ์ง€ ์ถ”๊ฐ€๋ฒ•

![yami03](images/36615680.jpg "profile")
![alt](์ด๋ฏธ์ง€ url "title")
!ํ‘œ๋Š” ์ด๋ฏธ์ง€๋ฅผ ๋œปํ•œ๋‹ค.
profile

์ด๋ฏธ์ง€ key value๊ฐ’์ฒ˜๋Ÿผ ์‚ฌ์šฉํ•˜๊ธฐ

![yami03][profile]

๋งํฌ์™€ ๋™์ผํ•˜๊ฒŒ key value๋กœ ์“ธ ์ˆ˜ ์žˆ๋‹ค.

๋งํฌ๋„ ๊ฐ™์ด ๋‹ฌ ๊ฒฝ์šฐ

[![yami03](https://avatars3.githubusercontent.com/u/36615680?s=460&v=4)](https://github.com/yami03)
[![alt](์ด๋ฏธ์ง€๋งํฌ)](์ด๋ฏธ์ง€๋งํฌ)

yami03

์ด๋ฏธ์ง€ํƒœ๊ทธ ์‚ฌ์šฉ1

[<img src="images/36615680.jpg">](https://github.com/yami03)
[<img src="์ด๋ฏธ์ง€๋งํฌ">](๋งํฌ)

์ด๋ฏธ์ง€ํƒœ๊ทธ ์‚ฌ์šฉ2

<img src= "images/36615680.jpg" >
<style>
img{}
</ style>

figureํƒœ๊ทธ figcaptionํƒœ๊ทธ ์‚ฌ์šฉ

<figure>
    <figcaption></figcaption>
</figure>

Lists โ€” Ordered, Unorderd, Bullets and Nesting

list - * ํ˜น์€ + ์‚ฌ์šฉํ•œ๋‹ค

* text1
* text2 
* text3
  • text1

  • text2

  • text3

+ text1
+ text2 
+ text3
  • text1

  • text2

  • text3

์ˆœ์„œ๊ฐ€ ์žˆ๋Š” ๋ฆฌ์ŠคํŠธ

1. text1
2. text2
3. text3
  1. text1

  2. text2

  3. text3

    ์ˆซ์ž๋Š” 1์„ ์“ฐ๋Š”๊ฑธ ์ถ”์ฒœํ•œ๋‹ค. ์™œ๋ƒ๋ฉด ํ•˜๋‚˜๊ฐ€ ์ถ”๊ฐ€๋œ๋‹ค๊ณ  ๋’ค์— ์ˆซ์ž๋ฅผ ํŠน๋ณ„ํžˆ ์‹ ๊ฒฝ ์“ธ ํ•„์š”๊ฐ€ ์—†๋‹ค.

๋“ค์—ฌ์“ฐ๊ธฐ

1. text1
    * ๋“ค์—ฌ์“ฐ๊ธฐ ๊ฐ€๋Šฅ
        + css ์—†์ด ๊ฐ€๋Šฅ
2. text
  1. text1

    • ๋“ค์—ฌ์“ฐ๊ธฐ ๊ฐ€๋Šฅ

      • css ์—†์ด ๊ฐ€๋Šฅ

  2. text

Line Breaks, Horizontal Rules and BlockQuotes

Line breaks

cat is cute<br>
cat really is.

cat is cute cat really is.

Horizontal Rules

Something

---
ํ…์ŠคํŠธ์™€ ๋ถ™์—ฌ ์“ฐ๋ฉด heading์œผ๋กœ ์ธ์‹

Something

Block Quotes

Four stages of competence
>Unconscious incompetence
>
>Conscious incompetence
>
>Conscious competence
>
>Unconscious competence

Four stages of competence

Unconscious incompetence

Conscious incompetence

Conscious competence

Unconscious competence

Code Blocks

๋“ค์—ฌ์“ฐ๊ธฐ๋กœ ์ฝ”๋“œ๋ธ”๋ก ๋งŒ๋“ค๊ธฐ

Here is my code:

    var x = 100;
    const cat1 = 'yami';
    ์ฝ”๋“œ๋ฅผ ๋“ค์—ฌ์“ฐ๊ธฐ ํ•˜๋ฉด ์ž๋™์œผ๋กœ ์ฝ”๋“œ ๋ธ”๋Ÿญ์ด ๋ฉ๋‹ˆ๋‹ค.
var x = 100;
const cat1 = 'yami';

์–ธ์–ด๋ฅผ ์ •์˜ํ•˜๊ณ  ์จ๋ณด์ž

    var y = 50;
    const cat2 = gurumy;
var y = 50;
const cat2 = gurumy;

์ธ๋ผ์ธ์—์„œ๋„ ์‚ฌ์šฉํ•˜๊ธฐ

Hey did you try `var x = 100;`?

Hey did you try var x = 100;?

๋ ˆ๋“œ๋ผ์ธ / ๋ธ”๋ฃจ๋ผ์ธ


```diff
var x = 100;
- var y = 200;
+ var y = 300;
```
var x = 100;
- var y = 200;
+ var y = 300;

Tables

|Cat's Name|Cat's Age|
|:---------|:--------|
|yami|8|
|gurumy|8|

์ด ๋ถ€๋ถ„์€ text-align์„ ๋‚˜ํƒ€๋‚ธ๋‹ค. 
left ์ •๋ ฌ
|:---------|
center ์ •๋ ฌ
|:---------:|
right ์ •๋ ฌ
|---------:|

Cat's Name

Cat's Age

yami

8

gurumy

8

Github Treats

* [ ] Get MilK
* [x] Crack Eggs
* [ ] Cook Bacon

Github write ์ฐฝ์—๋„ ์“ธ ์ˆ˜ ์žˆ๋‹ค.

Last updated

Was this helpful?