Markdown mode

 
1
Markdown: Basics
2
================
3
4
<ul id="ProjectSubmenu">
5
    <li><a href="/projects/markdown/" title="Markdown Project Page">Main</a></li>
6
    <li><a class="selected" title="Markdown Basics">Basics</a></li>
7
    <li><a href="/projects/markdown/syntax" title="Markdown Syntax Documentation">Syntax</a></li>
8
    <li><a href="/projects/markdown/license" title="Pricing and License Information">License</a></li>
9
    <li><a href="/projects/markdown/dingus" title="Online Markdown Web Form">Dingus</a></li>
10
</ul>
11
12
13
Getting the Gist of Markdown's Formatting Syntax
14
------------------------------------------------
15
16
This page offers a brief overview of what it's like to use Markdown.
17
The [syntax page] [s] provides complete, detailed documentation for
18
every feature, but Markdown should be very easy to pick up simply by
19
looking at a few examples of it in action. The examples on this page
20
are written in a before/after style, showing example syntax and the
21
HTML output produced by Markdown.
22
23
It's also helpful to simply try Markdown out; the [Dingus] [d] is a
24
web application that allows you type your own Markdown-formatted text
25
and translate it to XHTML.
26
27
**Note:** This document is itself written using Markdown; you
28
can [see the source for it by adding '.text' to the URL] [src].
29
30
  [s]: /projects/markdown/syntax  "Markdown Syntax"
31
  [d]: /projects/markdown/dingus  "Markdown Dingus"
32
  [src]: /projects/markdown/basics.text

Optionally depends on the XML mode for properly highlighted inline XML blocks.

MIME types defined: text/x-markdown.

Parsing/Highlighting Tests: normal, verbose.