/
githubmirror
/
marked
Обзор
Документация
Войти
/
githubmirror
/
marked
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/specs/new/code_following_table.html
43 строки
575 B
Tony Brix
test 3 spaces before table rows
09 мар 2020, 23:33
09 мар 2020, 23:33
2d8045f
Код
Авторство
О чём код?
<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> <pre><code>a simple *indented* code block </code></pre> <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> <pre><code>a simple *indented* code block </code></pre>