مارک‌داون

مارک‌داون (به انگلیسی: Markdown) عنوان یک زبان قالب‌بندی متن و نیز یک ابزار تبدیل متن به اچ‌تی‌ام‌ال است که اجازه می‌دهد کاربران متن را به صورت ساده وارد کنند و سپس به صورت خودکار آن را به متن غنی تبدیل نمایند.[5]

مارک‌داون
پسوند(های) نام پرونده
.md، .markdown[1]
شناسانه نوع یکسان
net.daringfireball.markdown
توسعه‌دهندهجان گروبر
ارائهٔ اولیه۲۵ مارس ۲۰۰۴ (۲۰۰۴-۰۳-25)[2]
آخرین ویرایش
1.0.1
(۱۷ دسامبر ۲۰۰۴ (۲۰۰۴-۱۲-17)[3])
گونهزبان نشانه‌گذاری
قالب آزاد؟بله[4]
وبگاه

مثال

مارک داون متناظر HTML خروجی مرورگر
Heading
=======

## Sub-heading

Paragraphs are separated
by a blank line.

Two spaces at the end of a line  
produces a line break.

Text attributes _italic_, 
**bold**, `monospace`.

Horizontal rule:

---

Bullet list:

  * apples
  * oranges
  * pears

Numbered list:

  1. lather
  2. rinse
  3. repeat

An [example](http://example.com).

![Image](Icon-pictures.png "icon")

> Markdown uses email-style > characters for blockquoting.

Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.
<h1>Heading</h1>

<h2>Sub-heading</h2>

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

<p>Two spaces at the end of a line<br />
produces a line break.</p>

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

<p>Horizontal rule:</p>

<hr />

<p>Bullet list:</p>

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

<p>Numbered list:</p>

<ol>
<li>lather</li>
<li>rinse</li>
<li>repeat</li>
</ol>

<p>An <a href="http://example.com">example</a>.</p>

<p><img alt="Image" title="icon" src="Icon-pictures.png" /></p>

<blockquote>
<p>Markdown uses email-style &gt; characters for blockquoting.</p>
</blockquote>

<p>Inline <abbr title="Hypertext Markup Language">HTML</abbr> is supported.</p>
Heading
Sub-heading

Paragraphs are separated by a blank line.

Two spaces at the end of a line
produces a line break.

Text attributes italic, bold, monospace.

Horizontal rule:


Bullet list:

  • apples
  • oranges
  • pears

Numbered list:

  1. lather
  2. rinse
  3. repeat

An example.

Markdown uses email-style > characters for blockquoting.

Inline HTML is supported.

جستارهای وابسته

منابع

  1. Daring Fireball Statement by creator John Gruber (ارجاع دست دوم از ویکی انگلیسی)
  2. "Daring Fireball: Markdown". Web.archive.org. Retrieved April 25, 2014. (ارجاع دست دوم از ویکی انگلیسی)
  3. Markdown 1.0.1 readme source code "Daring Fireball – Markdown". 17 Dec 2004. (ارجاع دست دوم از ویکی انگلیسی)
  4. "Markdown: License". Daring Fireball. Retrieved April 25, 2014. (ارجاع دست دوم از ویکی انگلیسی)
  5. Gruber, John (2004-12-17). "Daring Fireball: Markdown". Daring Fireball. Retrieved 2014-11-08.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.