angle bracket in a line like this:

There is angle brackets `<tag>` in this line
many lines with angle brackets like this:
```
<html>
<head>
</head>
<body>
</body>
</html>
```
标签: markdown
日期: 2016-08-19 17:30:06, 8 years and 149 days ago

Title

This is an Main Title
=====================
This is an Sub Title
----------------------

Section

  • This is an H1
  • This is an H2
  • This is an H3
  • This is an H3
  • This is an H4
  • This is an H5
  • This is an H6

List

* 1
   + 1-1
      - 1-1-1
        - 1-1-2
   + 1-2
* 2
* 3
  1. 3-1
  2. 3-2

as:

  • 1
    • 1-1
    • 1-1-1
    • 1-1-2
    • 1-2
  • 2
  • 3
    1. 3-1
    2. 3-2

important

  • _em_
  • **strong**

link

[This](http://codepongo.com) is a link.

as:
This is a link.

[This][1] is a reference-style link.
[1]: http://codepongo.com/ "codepongo"

as:
This is a reference-style link.

image

![alt=markdown.jpg](markdown.jpg) alt=markdown.jpg

paragraph

$(linesep)
this is one pargraph
$(linesep)
$(linesep)
this is two pargraph
$(linesep)
$(linesep)
...
$(linesep)

this is one pargraph

this is two pargraph

sample


Mini Markdown Syntax Sample

a Mini Markdown for Writing document myself

Section One

This is a Section Contents.

Section Two

There is a list in this section. * 1 + 1-1 - 1-1-1 - 1-1-2 + 1-2 * 2 * 3 + 3-1 + 3-2

Section Three

there is a long long long long long long long long long long long long

long long sentence in this section.

Section Four

  • This is a reference-style link.

  • This is a link.

Section Five

there are two pargraphs in this section

this is one pargraph

this is two pargraph

Section Six

An image is shown in this section.

alt=markdown.jpg

Markdown zh_tw

python markdown2

Markdown syntax English

标签: markdown
日期: 2013-01-16 17:30:06, 12 years ago