/
githubmirror
/
marked
Обзор
Документация
Войти
/
githubmirror
/
marked
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/specs/new/table_vs_setext.html
44 строки
543 B
Tony Brix
fix: single column table (#2985)
15 сен 2023, 22:21
Не верифицирован
15 сен 2023, 22:21
0743d4a
Код
Авторство
О чём код?
<h2>| setext |</h2> <p>| setext |</p> <h2>setext</h2> <p>setext</p> <table> <thead> <tr> <th align="left">table</th> </tr> </thead> <tbody> <tr> <td align="left">table</td> </tr> </tbody> </table> <table> <thead> <tr> <th align="left">table</th> </tr> </thead> <tbody> <tr> <td align="left">table</td> </tr> </tbody> </table> <table> <thead> <tr> <th>table</th> </tr> </thead> <tbody> <tr> <td>table</td> </tr> </tbody> </table>