markdown-callouts icon indicating copy to clipboard operation
markdown-callouts copied to clipboard

Markdown extension: a classier syntax for admonitions

Results 5 markdown-callouts issues
Sort by recently updated
recently updated
newest added

[Microsoft Docs Alerts](https://learn.microsoft.com/en-us/contribute/markdown-reference#alerts-note-tip-important-caution-warning) Supported by Obsidian: [obsidian callouts](https://help.obsidian.md/How+to/Use+callouts)

Fixes #6 This will require further testing because I haven't explored which other implications this change has.

For example, to support this feature: https://squidfunk.github.io/mkdocs-material/reference/admonitions/#inline-blocks I currently don't have any ideas regarding how it would still make sense with "graceful degradation", there's just no way... This (made up)...

It seems I cannot disable the extension in lists items: ```markdown Supported formats: - JSON: see this and that. ``` It will render as a note admonition with `Json` as...

It looks like there is [special handling](https://github.com/oprypin/markdown-callouts/blob/206d78cca3711f0b83afa6ee4a827a0bf239066c/markdown_callouts/github_callouts.py#L36-L37) for Caution GitHub Alerts that styles them as Danger and prevents styling them with custom CSS. For example, I tried adding the following...