Cover photo

Mirror Editor : markdown

対応している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

https://www.google.com/

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

---

table (don’t work)

| Left align | Right align | Center align |

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

| This | This | This |