This repository was archived by the owner on Nov 28, 2025. It is now read-only.
Commit 8ea98da
Fix pre-commit formatting issues in pyth-token.mdx, starknet.mdx, and ton.mdx (#901)
* Fix pre-commit formatting issues in pyth-token.mdx, starknet.mdx, and ton.mdx
- Fix trailing whitespace in starknet.mdx and ton.mdx
- Apply prettier formatting to all three files
- Update import quotes to use double quotes in pyth-token.mdx
- Reformat code block formatting in starknet.mdx and ton.mdx tabs
Co-Authored-By: Jayant <[email protected]>
* 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]>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Jayant <[email protected]>1 parent a5e6299 commit 8ea98da
File tree
3 files changed
+21
-15
lines changed- pages
- home
- price-feeds/use-real-time-data/pull-integration
3 files changed
+21
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
| |||
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments