mdsmith
Esc
    v0.52.0 GitHub
    MDS003 heading ready

    MDS003: heading-increment

    Heading levels should increment by one. No jumping from # to ###.

    # Settings

    SettingTypeDefaultDescription
    placeholderslist[]Placeholder tokens to treat as opaque; see placeholder grammar

    Useful tokens: heading-question, placeholder-section, var-token.

    # Config

    Enable:

    rules:
      heading-increment: true

    Disable:

    rules:
      heading-increment: false

    # Examples

    # Bad

    # Title
    
    ### Subsection

    # Good

    # Title
    
    ## Section
    
    Body text.

    # See also

    # Meta-Information