UNPKG

showdown

Version:

A Markdown to HTML converter written in Javascript

22 lines (21 loc) 433 B
<table> <thead> <tr> <th>First Header</th> <th>Second Header</th> <th>Third Header</th> </tr> </thead> <tbody> <tr> <td>Content Cell</td> <td>Content Cell</td> <td>C</td> </tr> <tr> <td>Content Cell</td> <td>Content Cell</td> <td>C</td> </tr> </tbody> </table>