Skip to content

Commit 30a0c1f

Browse files
fix text formatting (#12555)
1 parent 0f3fa1b commit 30a0c1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/contributing/pages/components.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,11 @@ Attributes:
7070

7171
- `title` (string) - optional
7272
- `level` (string: `'info' | 'warning' | 'success'`) - optional, defaults to `'info'`
73+
7374
**Where to place alerts:**
74-
- Make sure your alerts aren't breaking the flow of the content. For example, don't put an alert in between two paragraphs that explain a single concept. Use alerts sparingly; too many alerts on a single page can be overwhelming.
75+
76+
Make sure your alerts aren't breaking the flow of the content. For example, don't put an alert between two paragraphs that explain a single concept. Use alerts sparingly; too many alerts on a single page can be overwhelming.
77+
7578
**When to use which alert level:**
7679

7780
- **Info**: Use this to emphasize information that users should read. For example:

0 commit comments

Comments
 (0)