OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
marked/test/specs/new/table_following_text.html
<p>hello world</p>
<table>
    <thead>
    <tr>
        <th>abc</th>
        <th>def</th>
    </tr>
    </thead>
    <tbody>
    <tr>
        <td>bar</td>
        <td>foo</td>
    </tr>
    <tr>
        <td>baz</td>
        <td>boo</td>
    </tr>
    </tbody>
</table>
<p>hello world with empty line</p>
<table>
    <thead>
    <tr>
        <th>abc</th>
        <th>def</th>
    </tr>
    </thead>
    <tbody>
    <tr>
        <td>bar</td>
        <td>foo</td>
    </tr>
    <tr>
        <td>baz</td>
        <td>boo</td>
    </tr>
    </tbody>
</table>