Home | History | Annotate | Download | only in misc
      1 <p>Output:</p>
      2 <pre><code>&lt;p&gt;Some of these words &lt;em&gt;are emphasized&lt;/em&gt;.
      3 Some of these words &lt;em&gt;are emphasized also&lt;/em&gt;.&lt;/p&gt;
      4 
      5 &lt;p&gt;Use two asterisks for &lt;strong&gt;strong emphasis&lt;/strong&gt;.
      6 Or, if you prefer, &lt;strong&gt;use two underscores instead&lt;/strong&gt;.&lt;/p&gt;
      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>