We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e45f19 + 3f8e32a commit 894cc50Copy full SHA for 894cc50
src/text-transform/utils.ts
@@ -27,7 +27,7 @@ export const DEFAULT_ALLOWED_TAGS = [
27
];
28
export const typografConfig = {
29
enabled: ['common/nbsp/afterNumber', 'common/nbsp/afterParagraphMark'],
30
- disabled: ['common/symbols/cf'],
+ disabled: ['common/symbols/cf', 'ru/other/phone-number'],
31
};
32
export const sanitizeStripOptions: sanitize.IOptions = {
33
allowedTags: [],
0 commit comments