Markdown Sample

見出し1

見出し2

見出し3

見出し4

見出し5
# 見出し1
## 見出し2
### 見出し3
#### 見出し4
##### 見出し5

  • 箇条書きリスト
    • 箇条書きリスト(字下げ階層化)
    • 箇条書きリスト(字下げ階層化)
  • 箇条書きリスト
- 箇条書きリスト
    - 箇条書きリスト(字下げ階層化)
    - 箇条書きリスト(字下げ階層化)
- 箇条書きリスト

  1. a
  2. b
  3. c
9. a
9. b
9. c

none center right
a b c
dd ee ff
|none|center|right|
|---|---|---|
|a|b|c|
|dd|ee|ff|

id:leokite

id:leokite

id:leokite
`id:leokite`

引用記法 なお、引用記法内でMarkdown記法も使える。

  • リスト
  • リスト

    入れ子引用

>引用記法
> なお、引用記法内でMarkdown記法も使える。
>
> - リスト
> - リスト
>> 入れ子引用

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
```ruby
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
```

斜体

太字

太字の斜体

*斜体*
**太字**
***太字の斜体***




---
***
___

検索エンジンGoogleを使う。

検索エンジン[Google](http://www.google.com)を使う。

- [リンクその1][1]
- [長いURL][longURL]

[1]: http://www.leokite.hatenablog.com
[longURL]: http://ja.wikipedia.org/wiki/%E3%81%AF%E3%81%A6%E3%81%AA%E3%81%AE%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9%E4%B8%80%E8%A6%A7 "はてなのサービス一覧 - Wikipedia"

formula

![formula][matrix]
[matrix]:http://www.codecogs.com/eq.latex?%20%5Cbegin{pmatrix}a_{11}%20&%20a_{12}%20%5C%5C%20a_{21}%20&%20a_{22}%20%5Cend{pmatrix}

formula

![formula][root]
[root]:http://www.codecogs.com/eq.latex?\sqrt{variance}