<!-- generator=" CodePongo (Base on Kukkaisvoima version 15b3TA)" -->
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel><title>CodePongo: markdown</title><link>http://codepongo.com/blog</link><description></description><pubDate>Fri, 19 Aug 2016 17:30:06 +0200</pubDate><lastBuildDate>Fri, 19 Aug 2016 17:30:06 +0200</lastBuildDate><generator>http://codepongo.com/blog</generator><language>zh-cn</language><item><title>angle bracket in markdown
</title><link>http://codepongo.com/blog/47iyXZ</link><comments>http://codepongo.com/blog/47iyXZ#comments</comments><pubDate>Fri, 19 Aug 2016 17:30:06 +0200</pubDate><dc:creator>zuohaitao</dc:creator><category>markdown</category><guid isPermaLink="false">http://codepongo.com/blog/47iyXZ/</guid><description><![CDATA[ 
 [...]]]></description><content:encoded><![CDATA[
angle bracket in a line like this:


There is angle brackets `&lt;tag&gt;` in this line



many lines with angle brackets like this:



```
&lt;html&gt;
&lt;head&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;
```


]]></content:encoded><wfw:commentRss>http://codepongo.com/blog/47iyXZ/feed/</wfw:commentRss></item><item><title>Markdown Syntax Guide
</title><link>http://codepongo.com/blog/2nzAFk</link><comments>http://codepongo.com/blog/2nzAFk#comments</comments><pubDate>Wed, 16 Jan 2013 17:30:06 +0200</pubDate><dc:creator>zuohaitao</dc:creator><category>markdown</category><guid isPermaLink="false">http://codepongo.com/blog/2nzAFk/</guid><description><![CDATA[ 
 [...]]]></description><content:encoded><![CDATA[
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

3-1
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)
 

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.



Markdown zh_tw

python markdown2

Markdown syntax English

]]></content:encoded><wfw:commentRss>http://codepongo.com/blog/2nzAFk/feed/</wfw:commentRss></item></channel></rss>