0
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 3 years have passed since last update.

Qiitaの投稿方法について(自分用)

Posted at

参考記事 https://qiita.com/shizuma/items/8616bbe3ebe8ab0b6ca1

#見出し(h1)
#あ
###見出し(h3)
###あ

##コード

book.rb
def index
 @book = Book.all
end

```book.rb
def index
@book = Book.all
end



##URL
[きーた](http://qiita.com/)
\[きーた](http://qiita.com/)

##画像
![Qiita](http://cdn.qiita.com/assets/siteid-reverse-6044901aace6435306ebd1fac6b7858c.png)
\!\[Qiita](http://cdn.qiita.com/assets/siteid-reverse-6044901aace6435306ebd1fac6b7858c.png)


>引用文です
\>引用文です

>>ネストです
\>>ネストです

##太字とイタリック
_イタリック_
*イタリック*
\_イタリック_
\*イタリック*

__太字__
**太字**
\_\_太字__
\*\*太字**

##リスト
* 順序なしリスト

\* 順序なしリスト

1.順序ありリスト
2.順序ありリスト
(そのまま)

水平線
---
\---
***
\***

###テーブル

|左揃え|中央揃え|右揃え|
|:---|:---:|--:|
|align-left|align-center|align-right|
|セルの左揃えです|セルの中央揃えです|セルの右揃えです|

\|左揃え|中央揃え|右揃え|
|:---|:---:|--:|
|align-left|align-center|align-right|
|セルの左揃えです|セルの中央揃えです|セルの右揃えです|

###マークダウンの無効化
\#見出し
\#見出し

###他記事のマークダウンの記述確認
URLに「.md」と付けるだけで、書き方を確認できる
0
0
2

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
0
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?