Is your feature request related to a problem? Please describe.
GFM alerts were added as part of #327. Some other Markdown renderers (notably GitLab-flavored Markdown) extend this concept to allow specifying custom titles on the same line as the alert marker. For example:
> [!TIP] Custom title
> Body text
Describe the solution you'd like
A toggle in AlertsExtension such as allowCustomTitles that would provide this behavior.
Describe alternatives you've considered
No real alternatives available currently.
Is your feature request related to a problem? Please describe.
GFM alerts were added as part of #327. Some other Markdown renderers (notably GitLab-flavored Markdown) extend this concept to allow specifying custom titles on the same line as the alert marker. For example:
Describe the solution you'd like
A toggle in
AlertsExtensionsuch asallowCustomTitlesthat would provide this behavior.Describe alternatives you've considered
No real alternatives available currently.