Skip to content

Commit 986539b

Browse files
Fix agent-frameworks page displaying as raw code (#672)
Remove erroneous markdown code fence wrappers that were causing the MDX content to render as a code block instead of proper components. Co-authored-by: Rachel Lee Nabors <nearestnabors@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 585fdb3 commit 986539b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/en/guides/agent-frameworks/page.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
```mdx
21
import { PlatformCard } from "@/app/_components/platform-card";
32
import { Tabs } from "nextra/components";
43

@@ -72,4 +71,3 @@ These guides are for developers building AI applications who need to connect Arc
7271
</div>
7372
</Tabs.Tab>
7473
</Tabs>
75-
```

0 commit comments

Comments
 (0)