Skip to content

Commit c95140e

Browse files
authored
fix admonitions conversion issues (#4765)
1 parent 0f22b33 commit c95140e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Supported color schemes:
7777

7878
See also: `useColorScheme` hook.
7979

80-
::note
80+
:::note
8181
`getColorScheme()` will always return `light` when debugging with Chrome.
8282
:::
8383

docs/get-started-without-a-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ If everything is set up correctly, you should see your new app running in your A
9999

100100
This is one way to run your app - you can also run it directly from within Android Studio.
101101

102-
::tip
102+
:::tip
103103
If you can't get this to work, see the [Troubleshooting](troubleshooting.md) page.
104-
::
104+
:::
105105

106106
### Step 4: Modifying your app
107107

0 commit comments

Comments
 (0)