-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Add Unicode punctuations #2811
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's not any support for \p{P}
in javascript, right? This is fine, but if there were a built-in standard notation that would probably be preferred.
I tried a couple of ways to use Like |
Marked version: Master
Markdown flavor: Markdown.pl
Description
The Unicodes are based on this stackoverflow answer. And the reason it only goes up to
\uFF65
is because javascript only supports unicode escapes up to\uFFFF
.Fixes #2531, fixes #2041.
Contributor
Committer
In most cases, this should be a different person than the contributor.