Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Feb 25, 2025
1 parent 9917574 commit d46c1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_markdown_parser/src/lexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ impl<'src> MarkdownLexer<'src> {
match dispatched {
WHS => self.consume_newline_or_whitespace(),
MUL | MIN | IDT => self.consume_thematic_break_literal(),
HSH => self.consume_header(),
HAS => self.consume_header(),
_ => self.consume_textual(),
}
}
Expand Down

0 comments on commit d46c1ba

Please sign in to comment.