Skip to content

New Rule: no-space-after-hash-on-atx-style-heading #370

Closed
@SwetaTanwar

Description

@SwetaTanwar

Rule details

This rule will warn when spaces are missing after the hash characters in an atx style heading:

What type of rule is this?

Warns about a potential problem

Example code

Incorrect Code

#Heading 1

##Heading 2

Correct Code

# Heading 1

## Heading 2

Participation

  • I am willing to submit a pull request to implement this rule.

Additional comments

Prior At: Rule

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Complete

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions