prettier/tests/handlebars-whitespace/table.hbs

21 lines
322 B
Handlebars

<table>
<thead>
<tr>
<th>A</th>
<th>B</th>
<th>C</th>
</tr>
</thead>
</table>
<table><thead><tr><th>A</th><th>B</th><th>C</th></tr></thead></table>
<table> <thead> <tr> <th> A </th> <th> B </th> <th> C </th> </tr> </thead> </table>
<table>
<thead>
<tr>
</tr>
</thead>
</table>