Markdown Alert, Info, Warning, Danger #10195
christiaangoossens
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
The new callout block (WIP) should work for what you need |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I imported some documents from Outline, which had the following Markdown in it:
This appears to be similar to the syntax Docusaurus uses: https://docusaurus.io/docs/next/markdown-features/admonitions, but different from Github's: https://github.com/orgs/community/discussions/16925
Would it be possible to add info, success, warning and tip notices just like Outline has? (or even all of the types Docusaurus supports)
They would look approximately like this:
Note
Highlights information that users should take into account, even when skimming.
Tip
Optional information to help a user be more successful.
Important
Crucial information necessary for users to succeed.
Warning
Critical content demanding immediate user attention due to potential risks.
Caution
Negative potential consequences of an action.
Beta Was this translation helpful? Give feedback.
All reactions