DEBSOURCES
Skip Quicknav
sources / python-markdown2 / 2.5.4-1 / test / tm-cases / tables_nbsp_issue629.html
1234567891011121314
<table> <thead> <tr> <th>A</th> <th>B</th> </tr> </thead> <tbody> <tr> <td>Foo</td> <td>123</td> </tr> </tbody> </table>