Skip to content

fix: require a literal period for ordered-list Enter continuation - #711

Open
BetterAndBetterII wants to merge 1 commit into
uiwjs:masterfrom
BetterAndBetterII:fix/ordered-list-enter-pattern
Open

fix: require a literal period for ordered-list Enter continuation#711
BetterAndBetterII wants to merge 1 commit into
uiwjs:masterfrom
BetterAndBetterII:fix/ordered-list-enter-pattern

Conversation

@BetterAndBetterII

Copy link
Copy Markdown
Contributor

Summary

  • Ordered-list Enter continuation now requires a literal period, not any character after digits.
  • Lines like 1x, 2026:, and 12m no longer continue as ordered lists.

Fixes #703

Test plan

  • npx tsbb test (58 tests)

Unescaped /^\d+.\s/ treated 1x, 2026:, and 12m as list markers. Escape the dot so only 1. item continues.
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

@BetterAndBetterII is attempting to deploy a commit to the kenny wong's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(Bug report) Automatic list continuation has overly aggressive pattern detection

1 participant