Skip to content

Commit d46c1ba

Browse files
FIX
1 parent 9917574 commit d46c1ba

File tree

1 file changed

+1
-1
lines changed
  • crates/biome_markdown_parser/src/lexer

1 file changed

+1
-1
lines changed

crates/biome_markdown_parser/src/lexer/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ impl<'src> MarkdownLexer<'src> {
181181
match dispatched {
182182
WHS => self.consume_newline_or_whitespace(),
183183
MUL | MIN | IDT => self.consume_thematic_break_literal(),
184-
HSH => self.consume_header(),
184+
HAS => self.consume_header(),
185185
_ => self.consume_textual(),
186186
}
187187
}

0 commit comments

Comments
 (0)