Skip to content

Commit e45664f

Browse files
gmackallsealesj
authored andcommitted
Fix github md "Note" and "Tip" blocks in Android shell README (flutter#50664)
Fixes a couple of misformatted "NOTE" and "TIP" blocks. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 8bbea4c commit e45664f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

shell/platform/android/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ flutter run \
8484
--local-engine=$ENGINE/out/android_debug_unopt_arm64
8585
```
8686

87-
> ![NOTE]
87+
> [!NOTE]
8888
> External texture rendering on Android is based on the device API level. For
8989
> example to test the OpenGLES branch (which uses `SurfaceTexture`), you'll
9090
> typically need an older device or emulator with an API version 29 or lower.
@@ -105,7 +105,7 @@ See [our wiki](https://github.com/flutter/flutter/wiki/Testing-the-engine#java--
105105
106106
How to edit and contribute to the Android embedder.
107107
108-
> ![TIP]
108+
> [!TIP]
109109
> This guide assumes you already have a working Engine development environment:
110110
>
111111
> - [Setting up the Engine development environment](https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment)
@@ -149,7 +149,8 @@ completion:
149149
150150
![Example](https://github.com/flutter/flutter/assets/168174/8a75dd27-66e1-4c4f-88af-667a73b909b6)
151151
152-
> ![NOTE] > `--compile-commands-dir` must point to an Android build output:
152+
> [!NOTE]
153+
> `--compile-commands-dir` must point to an Android build output:
153154
>
154155
> ```jsonc
155156
> {

0 commit comments

Comments
 (0)