@@ -112,7 +112,8 @@ function App() {
112112See [ Usage with the Storefront API] ( #usage-with-the-storefront-api ) below on how
113113to get a checkoutUrl to pass to the SDK.
114114
115- > Note: The recommended usage of the library is through a
115+ > [ !NOTE]
116+ > The recommended usage of the library is through a
116117> ` ShopifyCheckoutSheetProvider ` Context provider, but see
117118> [ Programmatic usage] ( #programamatic-usage ) below for details on how to use the
118119> library without React context.
@@ -263,9 +264,10 @@ function App() {
263264}
264265```
265266
266- To help optimize and deliver the best experience the SDK also provides a
267- [preloading API](#preloading) that can be used to initialize the checkout
268- session in the background and ahead of time.
267+ > [!TIP]
268+ > To help optimize and deliver the best experience the SDK also provides a
269+ > [preloading API](#preloading) that can be used to initialize the checkout
270+ > session in the background and ahead of time.
269271
270272### Configuration
271273
@@ -563,9 +565,10 @@ external identity system and initialize a buyer-aware checkout session.
563565 `checkoutUrl`
5645662. Provide the Multipass URL to `present(checkoutUrl)`
565567
566- _Note: the above JSON omits useful customer attributes that should be provided
567- where possible and encryption and signing should be done server-side to ensure
568- Multipass keys are kept secret._
568+ > [!IMPORTANT]
569+ > The above JSON omits useful customer attributes that should be provided
570+ > where possible and encryption and signing should be done server-side to ensure
571+ > Multipass keys are kept secret._
569572
570573#### Shop Pay
571574
0 commit comments