File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/micromark-util-symbol/lib Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -405,22 +405,22 @@ export const types = /** @type {const} */ ({
405405 // The optional ` ` of a block quote prefix.
406406 blockQuotePrefixWhitespace : 'blockQuotePrefixWhitespace' ,
407407
408- // Whole unordered list:
408+ // Whole ordered list:
409409 //
410410 // ```markdown
411- // - a
412- // b
411+ // 1. a
412+ // b
413413 // ```
414414 //
415415 // Includes `listItemPrefix`, flow, and optionally `listItemIndent` on further
416416 // lines.
417417 listOrdered : 'listOrdered' ,
418418
419- // Whole ordered list:
419+ // Whole unordered list:
420420 //
421421 // ```markdown
422- // 1. a
423- // b
422+ // - a
423+ // b
424424 // ```
425425 //
426426 // Includes `listItemPrefix`, flow, and optionally `listItemIndent` on further
You can’t perform that action at this time.
0 commit comments