[轉] Markdown

轉自 https://en.wikipedia.org/wiki/Markdown#Examplehtml

 

英文版本 - http://daringfireball.net/projects/markdown/syntaxwindows

繁體版本 - http://markdown.tw/markdown

簡體版本 - http://www.appinn.com/markdown/app

好用的Markdown編輯器一覽 - http://www.williamlong.info/archives/4319.html
Markdown在線編輯器
1. http://dillinger.io/
2. https://markable.in/

Windows 平臺 - MarkdownPad(http://www.markdownpad.com/) 一款全功能的編輯器,被不少人稱讚爲windows 平臺最好用的markdown編輯器 編輯器

 

優化Markdown在Notepad++中的使用體驗
1. http://www.jianshu.com/p/cdb42773fffe
2. http://xuhehuan.com/2237.html優化

 

 

 

 

text using Markdown syntax the corresponding HTML produced by a Markdown processor the text viewed in a browser
Heading
=======

Sub-heading
-----------
 
### Another deeper heading
 
Paragraphs are separated
by a blank line.

Leave 2 spaces at the end of a line to do a  
line break

Text attributes *italic*, **bold**, 
`monospace`, ~~strikethrough~~ .

Shopping list:

  * apples
  * oranges
  * pears

Numbered list:

  1. apples
  2. oranges
  3. pears

The rain---not the reign---in
Spain.

A [link](http://example.com).
[28]
<h1>Heading</h1>

<h2>Sub-heading</h2>

<h3>Another deeper heading</h3>

<p>Paragraphs are separated
by a blank line.</p>

<p>Leave 2 spaces at the end of a line to do a<br />
line break</p>

<p>Text attributes <em>italic</em>, <strong>bold</strong>,
<code>monospace</code>, <s>strikethrough</s>.</p>

<p>Shopping list:</p>

<ul>
<li>apples</li>
<li>oranges</li>
<li>pears</li>
</ul>

<p>Numbered list:</p>

<ol>
<li>apples</li>
<li>oranges</li>
<li>pears</li>
</ol>

<p>The rain&mdash;not the
reign&mdash;in Spain.</p>

<p>A <a href="http://example.com">link</a>.</p>
Heading
Sub-heading
Another deeper heading

Paragraphs are separated by a blank line.spa

Leave 2 spaces at the end of a line to do a
line break.net

Text attributes italic, bold, monospace, strikethrough.code

Shopping list:htm

  • apples
  • oranges
  • pears

Numbered list:

  1. apples
  2. oranges
  3. pears

The rain—not the reign—in Spain.

A link.

相關文章
相關標籤/搜索