Skip to content

Commit 87271dd

Browse files
Copilotjfversluis
andcommitted
Fix tab heading levels in toast.md to use # instead of ### for screenshot tabs
The screenshot tabs used ### (H3) heading level, same as the platform-specific tabs in the included toast-snackbar-setup.md file. This caused the Microsoft Learn tab system to confuse the two tab groups, resulting in multiple tabs appearing selected simultaneously. Changed to # (H1) to match the working pattern used in snackbar.md. Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com>
1 parent 5229c8e commit 87271dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/maui/alerts/toast.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ await toast.Show(cancellationTokenSource.Token);
4040
When calling `Toast.Make()`, its parameter `string text` is required. All other parameters are optional. Its optional parameter `ToastDuration duration` uses the default duration of `ToastDuration.Short`. Its optional parameter `double fontSize` uses the default value of `14.0`.
4141

4242
The following screenshot shows the resulting Toast:
43-
### [Android](#tab/android)
43+
# [Android](#tab/android)
4444

4545
![Screenshot of an Toast on Android](../images/alerts/toast-android.gif "Toast on Android")
4646

47-
### [iOS](#tab/ios)
47+
# [iOS](#tab/ios)
4848

4949
![Screenshot of an Toast on iOS](../images/alerts/toast-ios.gif "Toast on iOS")
5050

0 commit comments

Comments
 (0)