Skip to content

Commit

Permalink
Update default config in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Jan 2, 2024
1 parent d7f4716 commit 16012ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 16012ca

Please sign in to comment.