Skip to content

Commit 6efd84d

Browse files
committed
chore(remarkrc): remove redundant identifier in format config
1 parent 09ab933 commit 6efd84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.remarkrc.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const formatConfig = {
6565
'frontmatter',
6666
'gfm',
6767
'tight-comments',
68-
['remark-capitalize-headings', { excludeHeadingLevel: { h1: true } }],
68+
['capitalize-headings', { excludeHeadingLevel: { h1: true } }],
6969
'remove-unused-definitions',
7070
'remove-url-trailing-slash',
7171
'renumber-references',

0 commit comments

Comments
 (0)