We propose a simplified syntax to allow arugments for all named admonitions. The syntax allows an argument for any title of a named admonition like {tip}, to allow users to easily set the color and icon of an admonition while also having a custom title. The proposed syntax is:
```{note} Custom Note Title
Body of the styled admonition.
```
Context
The original RST directives for named admonitions attention, caution, danger, error, hint, important, note, tip, and warning are designed for a single line, and allow you have the entire named admonition in a compact form.
Any text immediately following the directive indicator (on the same line and/or indented on following lines) is interpreted as a directive block and is parsed for normal body elements.