Skip to content

Commit 1034346

Browse files
author
Tim Jacomb
committed
Convert html table to markdown
Reproduces the deprecation warning in the example app
1 parent b539e92 commit 1034346

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

example/source/code.html.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,9 @@ A paragraph with a `code` element within it.
1010

1111
An example of a table with a `code` element within it.
1212

13-
<div class="table-container">
14-
<table>
15-
<thead>
16-
<tr>
17-
<th style="text-align:left">httpResult</th>
18-
<th style="text-align:left">Message</th>
19-
<th style="text-align:left">How to fix</th>
20-
</tr>
21-
</thead>
22-
<tbody>
23-
<tr>
24-
<td style="text-align:left"><code>400</code></td>
25-
<td style="text-align:left">
26-
<code>[{</code>
27-
<br />
28-
<code>"error": "BadRequestError",</code>
29-
<br />
30-
<code>"message": "Can't send to this recipient using a team-only API key"</code>
31-
<br />
32-
<code>]}</code>
33-
</td>
34-
<td style="text-align:left">Use the correct type of API key</td>
35-
</tr>
36-
</tbody>
37-
</table>
38-
</div>
13+
| httpResult | Message | How to fix |
14+
| - | - | - |
15+
| `400` | `[{`<br>`"error": "BadRequestError",`<br>`"message": "Can't send to this recipient using a team-only API key"`<br>`]}` | Use the correct type of API key |
3916

4017
An example of a code block with a long line length
4118

0 commit comments

Comments
 (0)