Home | History | Annotate | Download | only in extensions-x-toc

Lines Matching full:links

19 <li><a href="#links">Links</a></li>
26 <li><a href="#automatic-links">Automatic Links</a></li>
428 <h2 id="links">Links</h2>
429 <p>Markdown supports two style of links: <em>inline</em> and <em>reference</em>.</p>
450 <p>Reference-style links use a second set of square brackets, inside
479 <p>Link definitions are only used for creating links during Markdown
481 <p>Link definition names may constist of letters, numbers, spaces, and punctuation -- but they are <em>not</em> case sensitive. E.g. these two links:</p>
506 <p>Here's an example of reference links in action:</p>
534 <p>The point of reference-style links is not that they're easier to
535 write. The point is that with reference-style links, your document
537 reference-style links, the paragraph itself is only 81 characters
538 long; with inline-style links, it's 176 characters; and as raw HTML,
541 <p>With Markdown's reference-style links, a source document much more
544 you can add links without interrupting the narrative flow of your
627 for links, allowing for two styles: <em>inline</em> and <em>reference</em>.</p>
654 <h2 id="automatic-links">Automatic Links</h2>
655 <p>Markdown supports a shortcut style for creating "automatic" links for URLs and email addresses: simply surround the URL or email address with angle brackets. What this means is that if you want to show the actual text of a URL or email address, and also have it be a clickable link, you can do this:</p>
661 <p>Automatic links for email addresses work similarly, except that