Code Inspections in Markdown
This topic lists all GoLand 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 |
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 |
Unresolved file references | Reports unresolved file references in Markdown files. | Warning |
Last modified: 13 May 2022