Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/topics/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ BasedOnStyles = Vale
CommentDelimiters = {/*, */}
```

When `CommentDelimiters` are set, you can take full advantage of [markup-based configuration](/docs/topics/scoping/#markup-based-configuration) to enable or disable specific rules within a section.
When `CommentDelimiters` are set, you can take full advantage of [markup-based configuration](#markup-based-configuration) to enable or disable specific rules within a section.

For instance, when using MDX:

Expand Down