From e9effa7098b3504ec6ef2f0e599eaae4817f80c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Wed, 29 May 2024 10:30:33 +0200 Subject: [PATCH] Remove unnecessary markdown --- docs/data/system/getting-started/the-sx-prop/the-sx-prop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/system/getting-started/the-sx-prop/the-sx-prop.md b/docs/data/system/getting-started/the-sx-prop/the-sx-prop.md index da945a48193be7..8a6e29c2e3001a 100644 --- a/docs/data/system/getting-started/the-sx-prop/the-sx-prop.md +++ b/docs/data/system/getting-started/the-sx-prop/the-sx-prop.md @@ -288,7 +288,7 @@ Each index can be an object or a callback. ## Passing the sx prop -If you want to receive the `sx` prop from a custom component and pass it down to another MUI System, we recommend this approach:\*\*\*\* +If you want to receive the `sx` prop from a custom component and pass it down to another MUI System, we recommend this approach: {{"demo": "PassingSxProp.js", "bg": true, "defaultCodeOpen": true}}