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

Lines Matching full:links

509 ## Links
511 Markdown supports two style of links: *inline* and *reference*.
537 Reference-style links use a second set of square brackets, inside
571 Link definitions are only used for creating links during Markdown
574 Link definition names may constist of letters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links:
606 Here's an example of reference links in action:
638 The point of reference-style links is not that they're easier to
639 write. The point is that with reference-style links, your document
641 reference-style links, the paragraph itself is only 81 characters
642 long; with inline-style links, it's 176 characters; and as raw HTML,
646 With Markdown's reference-style links, a source document much more
649 you can add links without interrupting the narrative flow of your
758 for links, allowing for two styles: *inline* and *reference*.
794 ## Automatic Links
796 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:
804 Automatic links for email addresses work similarly, except that