Home | History | Annotate | Download | only in markdown-test

Lines Matching full:markdown

1 <h1>Markdown: Basics</h1>
3 <li><a href="/projects/markdown/" title="Markdown Project Page">Main</a></li>
4 <li><a class="selected" title="Markdown Basics">Basics</a></li>
5 <li><a href="/projects/markdown/syntax" title="Markdown Syntax Documentation">Syntax</a></li>
6 <li><a href="/projects/markdown/license" title="Pricing and License Information">License</a></li>
7 <li><a href="/projects/markdown/dingus" title="Online Markdown Web Form">Dingus</a></li>
10 <h2>Getting the Gist of Markdown's Formatting Syntax</h2>
11 <p>This page offers a brief overview of what it's like to use Markdown.
12 The <a href="/projects/markdown/syntax" title="Markdown Syntax">syntax page</a> provides complete, detailed documentation for
13 every feature, but Markdown should be very easy to pick up simply by
16 HTML output produced by Markdown.</p>
17 <p>It's also helpful to simply try Markdown out; the <a href="/projects/markdown/dingus" title="Markdown Dingus">Dingus</a> is a
18 web application that allows you type your own Markdown-formatted text
20 <p><strong>Note:</strong> This document is itself written using Markdown; you
21 can <a href="/projects/markdown/basics.text">see the source for it by adding '.text' to the URL</a>.</p>
27 <p>Markdown offers two styles of headers: <em>Setext</em> and <em>atx</em>.
34 <p>Markdown:</p>
79 <p>Markdown uses asterisks and underscores to indicate spans of emphasis.</p>
80 <p>Markdown:</p>
149 <p>Markdown supports two styles for creating links: <em>inline</em> and
210 it easy to use Markdown to write about HTML example code:</p>
227 <p>Markdown:</p>