Markdown Markup Language Reference

        <table class="table table-condensed md-ref">
            <thead>
                <tr>
                    <th>Syntax</th>
                    <th class="example-2">Alternate Syntax</th>
                    <th>Result</th>
                </tr>
            </thead>
            <tbody>
                <tr>                        
                    <td class="preformat">*Italic*</td>
                    <td class="preformat example-2">_Italic_</td>
                    <td><em>Italic</em></td>
                </tr>
                <tr>                        
                    <td class="preformat">**Bold**</td>
                    <td class="preformat example-2">__Bold__</td>
                    <td><strong>Bold</strong></td>
                </tr>
                <tr>
                    <td class="preformat">
                        # Heading 1
                    </td>
                    <td class="preformat example-2">
                        Heading 1<br/>
                        =========
                    </td>
                    <td>
                        <h1 class="smaller-h1">Heading 1</h1>
                    </td>
                </tr>
                <tr>
                    <td class="preformat">
                        ## Heading 2
                    </td>
                    <td class="preformat example-2">
                        Heading 2<br/>

Tags

 Reference  Markdown