標題們

# h1 title

## h2 title

強調

* italic *

** Bold **

清單

無編號

  • * Item1
  • * Item2
    • * Item2a
    • * Item2b

有編號

    1. Item1
    1. Item2
    2. * Item2a
    3. * Item2b

圖片

![Markdown](https://upload.wikimedia.org/wikipedia/commons/thumb/4/48/Markdown-mark.svg/208px-Markdown-mark.svg.png\)

Markdown

連結

[Jhaocheng's GitHub](http://github.com/swarchen)

Jhaocheng's GitHub

文字區塊

> text

javascript

```javascript
  function fancyAlert(arg) {
    if(arg) {
      $.facebox({div:'#foo'})
    }
  }
```

1
2
3
4
5
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}

標籤們

Here is a danger alert without icon

Here is a danger alert without icon

Here is a info alert with icon

Here is a warning alert with icon

高光

your highlighted text
  • Class
    • red
    • green
    • blue
    • yellow