Home | History | Annotate | Download | only in misc
      1 Output:
      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 
     13 Unordered (bulleted) lists use asterisks, pluses, and hyphens (`*`,
     14 `+`, and `-`) as list markers. These three markers are
     15 interchangable; this:
     16 
     17