DEBSOURCES
Skip Quicknav
sources / php-league-commonmark / 2.7.1-1 / tests / functional / Extension / Table / md / table-outer-pipe.html
1234567891011121314
<table> <thead> <tr> <th>th</th> <th>th</th> </tr> </thead> <tbody> <tr> <td>td</td> <td>td</td> </tr> </tbody> </table>