Lines Matching refs:a

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>
16 This page offers a brief overview of what it's like to use Markdown.
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
23 It's also helpful to simply try Markdown out; the [Dingus] [d] is a
38 by one or more blank lines. (A blank line is any line that looks like a
39 blank line -- a line containing nothing spaces or tabs is considered
60 the aid of their country. This is just a
68 > This is a blockquote.
72 > ## This is an H2 in a blockquote
82 the aid of their country. This is just a
91 <p>This is a blockquote.</p>
95 <h2>This is an H2 in a blockquote</h2>
191 text you want to turn into a link.
200 <p>This is an <a href="http://example.com/">
201 example link</a>.</p>
203 Optionally, you may include a title attribute in the parentheses:
205 This is an [example link](http://example.com/ "With a Title").
209 <p>This is an <a href="http://example.com/" title="With a Title">
210 example link</a>.</p>
224 <p>I get 10 times more traffic from <a href="http://google.com/"
225 title="Google">Google</a> than from <a href="http://search.yahoo.com/"
226 title="Yahoo Search">Yahoo</a> or <a href="http://search.msn.com/"
227 title="MSN Search">MSN</a>.</p>
232 I start my morning with a cup of coffee and
239 <p>I start my morning with a cup of coffee and
240 <a href="http://www.nytimes.com/">The New York Times</a>.</p>
265 In a regular paragraph, you can create code span by wrapping text in