Closed
Description
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
Projects
Status
Complete