Skip to content

Commit c5aef61

Browse files
docs(readme): fix warning blockquote
https://github.com/orgs/community/discussions/16925
1 parent 871e2d4 commit c5aef61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,8 @@ const options = {
534534
parse('<CustomElement>', options); // React.createElement('CustomElement')
535535
```
536536

537-
> **Warning**: By preserving case-sensitivity of the tags, you may get rendering warnings like:
537+
> [!WARNING]
538+
> By preserving case-sensitivity of the tags, you may get rendering warnings like:
538539
>
539540
> ```
540541
> Warning: <CustomElement> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.

0 commit comments

Comments
 (0)