• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Output:
2
3    <p>Some of these words <em>are emphasized</em>.
4    Some of these words <em>are emphasized also</em>.</p>
5
6    <p>Use two asterisks for <strong>strong emphasis</strong>.
7    Or, if you prefer, <strong>use two underscores instead</strong>.</p>
8
9
10
11## Lists ##
12
13Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
14`+`, and `-`) as list markers. These three markers are
15interchangable; this:
16
17