-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update for new alerts #47
Conversation
> [!CAUTION] | ||
> Keyboard layouts are distributed through an open catalog to all major desktop and mobile platforms. | ||
> [!WARNING] | ||
> This is the last GFMAlerts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On #46, what happens with this example?
> [!TIPS]
> [!IMPORTANT]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_common/README.md
Outdated
|
||
``` | ||
|
||
## Limitation | ||
|
||
The Alerts can't recognize new lines, HTML tags, nor handle two lines or more. | ||
The Alerts can't recognize the inline content and HTML tags. Please stick to the rules/syntax. | ||
|
||
```md | ||
> [!WARNING] DO NOT do this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the "DO NOT do this" examples, maybe have examples of what happens with inline content and HTML tags.
(and a comment // this will ....
)
This PR should be ready for review.
Follows #44