Commit a5d837a
Fix MDX syntax errors in code block formatting
The previous prettier formatting put code blocks on a single line with
the opening tag, which broke MDX parsing. This commit fixes the issue
by ensuring code blocks are on separate lines within Tabs.Tab
components, following the pattern used elsewhere in the codebase.
Co-Authored-By: Jayant <[email protected]>1 parent 02d3bee commit a5d837a
File tree
2 files changed
+22
-6
lines changed- pages/price-feeds/use-real-time-data/pull-integration
2 files changed
+22
-6
lines changedLines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
25 | 36 | | |
26 | | - | |
27 | 37 | | |
28 | 38 | | |
29 | 39 | | |
| |||
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
22 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
0 commit comments