OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
marked/test/specs/new/blockquote_following_nptable.html
<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>
<blockquote><p>a blockquote</p></blockquote>
<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>
<blockquote><p>a blockquote</p></blockquote>