Skip to content
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

Add support for github admonition #1018

Closed
lyrixx opened this issue Apr 2, 2024 · 1 comment
Closed

Add support for github admonition #1018

lyrixx opened this issue Apr 2, 2024 · 1 comment
Labels
duplicate Another issue or PR already exists for this enhancement New functionality or behavior

Comments

@lyrixx
Copy link

lyrixx commented Apr 2, 2024

Description

On https://commonmark.thephpleague.com/, we can read

The only PHP library fully compatible with the CommonMark and GitHub-Flavored Markdown specs

But ATM, the library lakes support for admonitions

Is this something you are interested in?

Example

> [!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.

=>

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.

Did this project help you today? Did it make you happy in any way?

YES! We use it everyday, and we love it 💛

@lyrixx lyrixx added the enhancement New functionality or behavior label Apr 2, 2024
@colinodell
Copy link
Member

Thanks for reaching out! Please see #1012 which covers this topic.

YES! We use it everyday, and we love it 💛

I really appreciate that feedback ❤️

@colinodell colinodell closed this as not planned Won't fix, can't repro, duplicate, stale Apr 2, 2024
@colinodell colinodell added the duplicate Another issue or PR already exists for this label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Another issue or PR already exists for this enhancement New functionality or behavior
Projects
None yet
Development

No branches or pull requests

2 participants