-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Markdown: Syntax | ||
================ | ||
|
||
<ul id="ProjectSubmenu"> | ||
<li><a href="/projects/markdown/" title="Markdown Project Page">Main</a></li> | ||
<li><a href="/projects/markdown/basics" title="Markdown Basics">Basics</a></li> | ||
<li><a class="selected" title="Markdown Syntax Documentation">Syntax</a></li> | ||
<li><a href="/projects/markdown/license" title="Pricing and License Information">License</a></li> | ||
<li><a href="/projects/markdown/dingus" title="Online Markdown Web Form">Dingus</a></li> | ||
</ul> | ||
|
||
|
||
* [Overview](#overview) | ||
* [Philosophy](#philosophy) | ||
* [Inline HTML](#html) | ||
* [Automatic Escaping for Special Characters](#autoescape) | ||
* [Block Elements](#block) | ||
* [Paragraphs and Line Breaks](#p) | ||
* [Headers](#header) | ||
* [Blockquotes](#blockquote) | ||
* [Lists](#list) | ||
* [Code Blocks](#precode) | ||
* [Horizontal Rules](#hr) | ||
* [Span Elements](#span) | ||
* [Links](#link) | ||
* [Emphasis](#em) | ||
* [Code](#code) | ||
* [Images](#img) | ||
* [Miscellaneous](#misc) | ||
* [Backslash Escapes](#backslash) | ||
* [Automatic Links](#autolink) | ||
|
||
|
||
**Note:** This document is itself written using Markdown; you | ||
can [see the source for it by adding '.text' to the URL][src]. | ||
|
||
[src]: /projects/markdown/syntax.text | ||
|
||
* * * | ||
|
||
<h2 id="overview">Overview</h2> | ||
|
||
<h3 id="philosophy">Philosophy</h3> | ||
|
||
Markdown is intended to be as easy-to-read and easy-to-write as is feasible. | ||
|