showdown/test/functional/makehtml/cases/features/tables/#465.code-spans-with-pipes-break-table.html
2017-12-23 12:35:31 +00:00

15 lines
260 B
HTML

<table>
<thead>
<tr>
<th>PowerShell command</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td>Get-Service</td>
<td><code>Get-Service | Stop-Service -WhatIf</code></td>
</tr>
</tbody>
</table>