Skip to content

Commit 951f251

Browse files
Update src/Tokenizer.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7448424 commit 951f251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tokenizer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export class _Tokenizer<ParserOutput = string, RendererOutput = string> {
397397
}
398398
}
399399

400-
list.items.push({
400+
list.items.push({
401401
type: 'list_item',
402402
raw,
403403
task: !!istask,

0 commit comments

Comments
 (0)