mdsmith
Esc
    v0.52.0 GitHub
    MDS013 heading ready

    MDS013: blank-line-around-headings

    Headings must have a blank line before and after.

    # Config

    Enable:

    rules:
      blank-line-around-headings: true

    Disable:

    rules:
      blank-line-around-headings: false

    # Examples

    # Bad

    # Title
    ## Section
    
    Content here.

    # Good

    # Title
    
    ## Section
    
    Content here.

    # Diagnostics

    MessageCondition
    heading should have a blank line beforePrevious line is not blank
    heading should have a blank line afterNext line after heading is not blank

    # Meta-Information