# Mirror Editor : markdown

By [Lucky Four Leaf](https://paragraph.com/@lucky-four-leaf) · 2022-04-18

---

対応しているMarkdown記法(04/18, 2022)
-----------------------------

テストがてら書き出してみました。テーブルが対応していないのが残念

### Headingはh2 ~ h4

Heading
=======

Heading
-------

### Heading

#### Heading

### block quote \`\`\`

    quote
    

### quote >

> aaa

### code \`\`

`main()`

### list num and bullet

1.  list a
    
2.  list b
    
3.  list c
    

*   list 1
    
*   list2
    
*   list3
    

### link

[https://www.google.com/](https://www.google.com/)

\[google\]([https://google.com](https://google.com))

\---

### table (don’t work)

| Left align | Right align | Center align |

|:-----------|------------:|:------------:|

| This | This | This |

---

*Originally published on [Lucky Four Leaf](https://paragraph.com/@lucky-four-leaf/mirror-editor-markdown)*
