This code enforces > [!note] to be > [!NOTE], which is not a standard way to compare it and it also breaks custom title (> [!NOTE: custom title]).
|
titleFilter: ['[!NOTE]', '[!IMPORTANT]', '[!WARNING]', '[!TIP]', '[!CAUTION]'], |
Maybe improve this check to support any case for [!note] and acknowledge optional custom title ([!note: custom title])?
This code enforces
> [!note]to be> [!NOTE], which is not a standard way to compare it and it also breaks custom title (> [!NOTE: custom title]).remark-github-beta-blockquote-admonitions/src/config.ts
Line 26 in 27bcae5
Maybe improve this check to support any case for
[!note]and acknowledge optional custom title ([!note: custom title])?