# Markdown

Highlight syntaxopen in new window

Master Markdown tutorialopen in new window

# VuePress

# Custom containers

There is some additional feature like :

TIP

This is a tip

WARNING

This is a warning

WARNING

This is a dangerous warning

This is a details block, which does not work in IE / Edge

# Click me to view

STOP

Danger zone, do not proceed

Click me to view the code
console.log('Hello, VuePress!')
1

VuePress docopen in new window

# Centered Text And Images

Normal Text

<p align="center">
  <b>Some Links:</b><br>
  <a href="#">Link 1</a> |
  <a href="#">Link 2</a> |
  <a href="#">Link 3</a>
  <br><br>
  <img src="http://s.4cdn.org/image/title/105.gif">
</p>

Normal text
1
2
3
4
5
6
7
8
9
10
11
12

Resultopen in new window