Skip to content

Commit

Permalink
chore(preset-tagify): update excludedTags comment (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
chu121su12 committed Jun 2, 2022
1 parent cae2a39 commit b6cec61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preset-tagify/src/types.ts
Expand Up @@ -6,7 +6,7 @@ export interface TagifyOptions {

/**
* Tags excluded from processing.
* @default ['b', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'table']
* @default ['b', /^h\d+$/, 'table']
*/
excludedTags?: (string | RegExp)[]

Expand Down

0 comments on commit b6cec61

Please sign in to comment.