学习MarkDown

2016-08-16  本文已影响0人  sushbdv

Markdown cheat sheet

Text Formatting

This is how to do bold text.
This is how to do italic text.
You can also do bold like this.
You can also do italic like this.

This is how to make a blockquote

Links

For a full description of the markdown syntax, visit this page

Lists

Unordered lists:

Ordered lists:

  1. hello
  2. world

Nested lists

Code

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>

</body>
</html>

This is an H1

This is an H2

This is also an H1

This is also an H2

上一篇 下一篇

猜你喜欢

热点阅读