Inspectopedia Help

Incorrectly numbered list item

Ordered list items are expected to have straight numeration starting from 1.

The motivation behind this is that most of Markdown processors are ignoring the numbering of ordered lists. A processor will generate an <ol> element for such list, that will number items continuously from 1.

Locating this inspection

By ID

Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.

MarkdownIncorrectlyNumberedListItem
Via Settings dialog

Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.

Settings or Preferences | Editor | Inspections | Markdown

Last modified: 27 August 2024