1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Markdown記法まとめ!!part2

Posted at

#強調表示
hello
hello

hello
hello

斜体
*hello*
_hello_

太字
**hello**
__hello__

#箇条書き

  • item
  • item
  • item

注意点)スペースを空けること

- item
* item
+ item

#連番付きリスト

  1. item1
  2. item2
  3. item3

ポイント)連番の数字はなんでも良い

1. item1
1. item2
1. item3

#リンクの表現方法
Google

[Google](http://google.com)
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?