Lines Matching full:asterisks
53 as to look like what they mean. E.g., asterisks around a word actually
234 <p>Unordered lists use asterisks, pluses, and hyphens -- interchangably
416 asterisks are just literal asterisks within a code block. This means
420 more hyphens, asterisks, or underscores on a line by themselves. If you
421 wish, you may use spaces between the hyphens or asterisks. Each of the
565 <p>Markdown treats asterisks (<code>*</code>) and underscores (<code>_</code>) as indicators of
569 <pre><code>*single asterisks*
573 **double asterisks**
578 <pre><code><em>single asterisks</em>
582 <strong>double asterisks</strong>
596 <pre><code>\*this text is surrounded by literal asterisks\*
700 with literal asterisks (instead of an HTML <code><em></code> tag), you can use
701 backslashes before the asterisks, like this:</p>
702 <pre><code>\*literal asterisks\*