Lines Matching refs:use

86 use HTML itself. There's no need to preface it or delimit it to
87 indicate that you're switching from Markdown to HTML; you just use
109 HTML tags. E.g., you can't use Markdown-style `*emphasis*` inside an
114 want, you can even use HTML tags instead of Markdown formatting; e.g. if
115 you'd prefer to use HTML `<a>` or `<img>` tags instead of Markdown's
126 used to denote HTML entities. If you want to use them as literal
144 Markdown allows you to use these characters naturally, taking care of
145 all the necessary escaping for you. If you use an ampersand as part of
161 Similarly, because Markdown supports [inline HTML](#html), if you use
172 ampersands are *always* encoded automatically. This makes it easy to use
225 Atx-style headers use 1-6 hash characters at the start of the line,
235 cosmetic -- you can use this if you think it looks better. The
301 Unordered lists use asterisks, pluses, and hyphens -- interchangably
320 Ordered lists use numbers followed by periods:
326 It's important to note that the actual numbers you use to mark the
349 you can use ordinal numbers in your ordered Markdown lists, so that
353 If you do use lazy list numbering, however, you should still start the
518 it's also easy to use Markdown to write about Markdown's own syntax.
526 wish, you may use spaces between the hyphens or asterisks. Each of the
552 To create an inline link, use a set of regular parentheses immediately
570 use relative paths:
574 Reference-style links use a second set of square brackets, inside
579 You can optionally use a space to separate the sets of brackets:
611 You can put the title attribute on the next line and use extra spaces
631 Just use an empty set of square brackets -- e.g., to link the word
726 You can use whichever style you prefer; the lone restriction is that
756 To include a literal backtick character within a code span, you can use
783 Please don't use any `<blink>` tags.
787 <p>Please don't use any <code>&lt;blink&gt;</code> tags.</p>
834 use regular HTML `<img>` tags.
877 Markdown allows you to use backslash escapes to generate literal
880 with literal asterisks (instead of an HTML `<em>` tag), you can use