mdsmith
Esc
    v0.52.0 GitHub
    MDS017 heading ready

    MDS017: no-trailing-punctuation-in-heading

    Headings should not end with punctuation.

    Flags headings that end with ., ,, :, ;, or !.

    # Config

    Enable:

    rules:
      no-trailing-punctuation-in-heading: true

    Disable:

    rules:
      no-trailing-punctuation-in-heading: false

    # Examples

    # Bad

    # Title.
    
    ## Section

    # Good

    # Title
    
    ## Section
    
    Body text.

    # Meta-Information