Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit db2b45b

Browse files
authored
[Impeller] Fix markdown formatting for blocks with tips. (#53789)
In the previous patch, I had used the incorrect markdown syntax. Followup for #53671
1 parent 0716db4 commit db2b45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impeller/docs/opengles_development_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you are visually verifying a subset of tests quickly, you can specify how lon
3434
--playground_timeout_ms=1000
3535
```
3636

37-
> ![TIP]
37+
> [!TIP]
3838
> To render one and only frame of each playground, specify the a timeout of 0 milliseconds.
3939
4040
### Selecting a Subset of Tests to Run
@@ -68,7 +68,7 @@ Setup Xcode for frame captures with Playgrounds [using the documented instructio
6868

6969
We are going to use Angle to translate OpenGL ES calls into Metal calls and then debug/profile the results. You can switch backends by tinkering with the filters as command line arguments in Xcode run scheme.
7070

71-
> ![TIP]
71+
> [!TIP]
7272
> You'll be editing the Xcode run scheme a lot as you switch backends and tests. The shortcut to edit the scheme is `⌘ + ⇧ + r`.
7373
7474
An alternative on non-macOS platforms is RenderDoc. Instructions to [setup RenderDoc are here](./renderdoc_frame_capture.md). RenderDoc is **not** available on macOS.

0 commit comments

Comments
 (0)