You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/source/code.html.md
+3-26Lines changed: 3 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,32 +10,9 @@ A paragraph with a `code` element within it.
10
10
11
11
An example of a table with a `code` element within it.
12
12
13
-
<divclass="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 |
39
16
40
17
An example of a code block with a long line length
0 commit comments