From fcb85ffa8c87da8f4f8f2f5a41418c5e62b0c586 Mon Sep 17 00:00:00 2001 From: Simek Date: Tue, 2 Sep 2025 17:53:06 +0200 Subject: [PATCH] fix admonitions conversion issues --- docs/appearance.md | 2 +- docs/get-started-without-a-framework.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/appearance.md b/docs/appearance.md index 0afefd65e15..fd2d2b4d57d 100644 --- a/docs/appearance.md +++ b/docs/appearance.md @@ -77,7 +77,7 @@ Supported color schemes: See also: `useColorScheme` hook. -::note +:::note `getColorScheme()` will always return `light` when debugging with Chrome. ::: diff --git a/docs/get-started-without-a-framework.md b/docs/get-started-without-a-framework.md index 57f807bc828..d14bc2be8d8 100644 --- a/docs/get-started-without-a-framework.md +++ b/docs/get-started-without-a-framework.md @@ -99,9 +99,9 @@ If everything is set up correctly, you should see your new app running in your A This is one way to run your app - you can also run it directly from within Android Studio. -::tip +:::tip If you can't get this to work, see the [Troubleshooting](troubleshooting.md) page. -:: +::: ### Step 4: Modifying your app