diff --git a/README.md b/README.md index dc6b962..14ab975 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ export const defaultConfig: Config = { block: 'admonition', title: 'admonition-title', }, - titleFilter: ['[!NOTE]', '[!IMPORTANT]', '[!WARNING]'], + titleFilter: ['[!NOTE]', '[!IMPORTANT]', '[!WARNING]', '[!TIP]', '[!CAUTION]'], titleTextMap: (title) => ({ // To remove the `[!` prefix and `]` suffix displayTitle: title.substring(2, title.length - 1),