Format an admonition/callout.
String formatAdmonition(String type, String content) { // GitHub-style return '> [!${type.toUpperCase()}]\n> ${content.replaceAll('\n', '\n> ')}'; }