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

Qiitaのマークダウン記法を試してみる

Last updated at Posted at 2019-10-25

見出し

サイドバーの見出しにもなるのでしっかりと。

見出し1

見出し2

見出し3

見出し4

見出し5

見出しはレベル6まで対応している。

リスト

  • リスト
    • リスト
      • リスト

リストはネストできる。

連番リスト

  1. 1-1
  2. 1-2
  3. 1-2-1
  4. 1-2-2
    1. 1-2-1
    1. 1-2-2

連番リストは2階層まで?

チェックボックス

  • チェック
  • チェック済

装飾

文字を強調
文字を斜体にする
文字を打ち消しする

コードの挿入

インライン表示

コードを インライン表示 したい場合はこちら。

コードの埋め込み

Java

class Hoge{
  public static void main(String[] args){
  // Javaのコード
}

swift

class MySwift{
  func getHoge() -> Int{
    // swiftのコード
  }
}

javascript

var hogeFunction = function(foo, bar){
  // javascriptのコード
}  

css

.hoge{
  /*cssのプロパティ*/
}

html

<html>
  <!- HTMLのタグ -->
</html>

引用

引用

引用

引用

引用

たくさん引用できる

リンク

リンクの埋め込み。Googleへのリンク

画像

画像の埋め込み。
qiita

テーブル

左寄せ 中央寄せ 右寄せ
テキスト1 centor 0
テキスト2 centor 10
テキスト3 centor 555
テキスト4 centor 123.456

水平線


yeah めっちゃ horizon



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