Back to Intellij Community

MarkdownLinkDestinationWithSpaces

plugins/markdown/core/resources/inspectionDescriptions/MarkdownLinkDestinationWithSpaces.html

2025.3-rc-2244 B
Original Source

To ensure consistency between different tools, file links should not contain spaces.

Example:

[Some file link](some file.md)

A quick-fix replaces spaces with their url-encoded equivalent:

[Some file link](some%20file.md)