From 93e3c9737b158b0879cccbf719ff3408c69d8c91 Mon Sep 17 00:00:00 2001 From: Gray Mackall Date: Wed, 14 Feb 2024 12:54:54 -0800 Subject: [PATCH 1/2] fix md --- shell/platform/android/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/platform/android/README.md b/shell/platform/android/README.md index 3bfcec6bbf70c..34591119ee8d0 100644 --- a/shell/platform/android/README.md +++ b/shell/platform/android/README.md @@ -84,7 +84,7 @@ flutter run \ --local-engine=$ENGINE/out/android_debug_unopt_arm64 ``` -> ![NOTE] +> [!NOTE] > External texture rendering on Android is based on the device API level. For > example to test the OpenGLES branch (which uses `SurfaceTexture`), you'll > 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-- How to edit and contribute to the Android embedder. -> ![TIP] +> [!TIP] > This guide assumes you already have a working Engine development environment: > > - [Setting up the Engine development environment](https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment) @@ -149,7 +149,7 @@ completion: ![Example](https://github.com/flutter/flutter/assets/168174/8a75dd27-66e1-4c4f-88af-667a73b909b6) -> ![NOTE] > `--compile-commands-dir` must point to an Android build output: +> [!NOTE] > `--compile-commands-dir` must point to an Android build output: > > ```jsonc > { From 277edca6932db7822ba2f6bf3582c17d3a8bbb0b Mon Sep 17 00:00:00 2001 From: Gray Mackall Date: Wed, 14 Feb 2024 12:58:07 -0800 Subject: [PATCH 2/2] fix actually --- shell/platform/android/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/platform/android/README.md b/shell/platform/android/README.md index 34591119ee8d0..d4395e64265c9 100644 --- a/shell/platform/android/README.md +++ b/shell/platform/android/README.md @@ -149,7 +149,8 @@ completion: ![Example](https://github.com/flutter/flutter/assets/168174/8a75dd27-66e1-4c4f-88af-667a73b909b6) -> [!NOTE] > `--compile-commands-dir` must point to an Android build output: +> [!NOTE] +> `--compile-commands-dir` must point to an Android build output: > > ```jsonc > {