PhpStorm 2022.2 Help

Code Inspections in Markdown

This topic lists all PhpStorm code inspections available in Markdown.

You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settings Ctrl+Alt+S.

Inspection

Description

Default Severity

Incorrect table formatting

Checks if table is correctly formatted.

Weak Warning Weak warning

Table doesn't have side borders

Checks if table has correct side borders. For compatibility reasons all table rows should have borders (pipe symbols) at the start and at the end.

Error Error

Unresolved file references

Reports unresolved file references in Markdown files.

Warning Warning

Last modified: 13 May 2022