Skip to content

Commit

Permalink
Update headings_space.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn authored Sep 30, 2024
1 parent 8a4d978 commit f78a08e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eipw-lint/src/lints/markdown/headings_space.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use std::fmt::Debug;
pub struct HeadingsSpace;

impl Lint for HeadingsSpace {

fn lint<'a>(&self, slug: &'a str, ctx: &Context<'a, '_>) -> Result<(), Error> {
// Match for text nodes starting with leading '#' chars (upto 6)
// Markdown does not recognise these nodes as valid Headings without the space
Expand Down

0 comments on commit f78a08e

Please sign in to comment.