1 <p>Output:</p> 2 <pre><code><p>Some of these words <em>are emphasized</em>. 3 Some of these words <em>are emphasized also</em>.</p> 4 5 <p>Use two asterisks for <strong>strong emphasis</strong>. 6 Or, if you prefer, <strong>use two underscores instead</strong>.</p> 7 </code></pre> 8 <h2>Lists</h2> 9 <p>Unordered (bulleted) lists use asterisks, pluses, and hyphens (<code>*</code>, 10 <code>+</code>, and <code>-</code>) as list markers. These three markers are 11 interchangable; this:</p>