#465.code-spans-with-pipes-break-table.html 260 B

1234567891011121314
  1. <table>
  2. <thead>
  3. <tr>
  4. <th>PowerShell command</th>
  5. <th>Example</th>
  6. </tr>
  7. </thead>
  8. <tbody>
  9. <tr>
  10. <td>Get-Service</td>
  11. <td><code>Get-Service | Stop-Service -WhatIf</code></td>
  12. </tr>
  13. </tbody>
  14. </table>