solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
94 stars 136 forks source link

Code formatting is off in Wallet Adapter guide #262

Closed heyAyushh closed 1 month ago

heyAyushh commented 1 month ago

Problem

Code formatting is off https://solana.com/developers/guides/wallets/add-solana-wallet-adapter-to-nextjs#setup-the-appwalletprovider

Is coming from this file https://github.com/solana-foundation/developer-content/blob/main/content/guides/wallets/add-solana-wallet-adapter-to-nextjs.md

nickfrosty commented 1 month ago

Nice catch @heyAyushh. I am working on some fixes for this now. It looks like during my recent fixes for translation things is when it started altering the code blocks (specifically when code blocks contain html/jsx style components <whatever>

nickfrosty commented 1 month ago

Both PRs are now live and this is fixed :)