Skip to content

Commit cf28264

Browse files
committed
Fix formatting of warning block in README.md
1 parent 09b8c86 commit cf28264

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,12 @@ better behavior.
157157

158158
## How `ubi` Finds the Right Release Artifact
159159

160-
> [!WARNING] Note that the exact set of steps that `ubi` follows to find a release artifacts is not
161-
> considered part of the API, and may change in any future release.
160+
<!-- prettier-ignore-start -->
161+
> [!WARNING]
162+
<!-- prettier-ignore-end -->
163+
164+
> Note that the exact set of steps that `ubi` follows to find a release artifacts is not considered
165+
> part of the API, and may change in any future release.
162166
163167
When `ubi` looks at the release assets (downloadable files) for a project, it tries to find the
164168
"right" asset for the platform it's running on. The matching logic currently works like this:

0 commit comments

Comments
 (0)