File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ flutter run \
84
84
--local-engine=$ENGINE /out/android_debug_unopt_arm64
85
85
```
86
86
87
- > ![ NOTE]
87
+ > [ ! NOTE]
88
88
> External texture rendering on Android is based on the device API level. For
89
89
> example to test the OpenGLES branch (which uses ` SurfaceTexture ` ), you'll
90
90
> 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--
105
105
106
106
How to edit and contribute to the Android embedder.
107
107
108
- > ![ TIP]
108
+ > [! TIP]
109
109
> This guide assumes you already have a working Engine development environment:
110
110
>
111
111
> - [Setting up the Engine development environment](https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment)
@@ -149,7 +149,8 @@ completion:
149
149
150
150
! [Example](https://github.com/flutter/flutter/assets/168174/8a75dd27-66e1-4c4f-88af-667a73b909b6)
151
151
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:
153
154
>
154
155
> ```jsonc
155
156
> {
You can’t perform that action at this time.
0 commit comments