Lines Matching full:asterisks
64 as to look like what they mean. E.g., asterisks around a word actually
301 Unordered lists use asterisks, pluses, and hyphens -- interchangably
517 asterisks are just literal asterisks within a code block. This means
525 more hyphens, asterisks, or underscores on a line by themselves. If you
526 wish, you may use spaces between the hyphens or asterisks. Each of the
703 Markdown treats asterisks (`*`) and underscores (`_`) as indicators of
708 *single asterisks*
712 **double asterisks**
718 <em>single asterisks</em>
722 <strong>double asterisks</strong>
740 \*this text is surrounded by literal asterisks\*
880 with literal asterisks (instead of an HTML `<em>` tag), you can use
881 backslashes before the asterisks, like this:
883 \*literal asterisks\*