Skip to content
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

Support for Korean, Japanese and Chinese characters in titles #419

Open
qxinGitHub opened this issue Jan 17, 2025 · 0 comments
Open

Support for Korean, Japanese and Chinese characters in titles #419

qxinGitHub opened this issue Jan 17, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@qxinGitHub
Copy link

Is your feature request related to a problem? Please describe.
Support for Korean, Japanese and Chinese characters in titles

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered

var convertFileName = (filename) => filename.replace(".md", "").replace(/\s/g, "-").replace(/[^a-zA-Z0-9-\u4E00-\u9FFF\u3040-\u30FF\uAC00-\uD7A3]/g, "");

Additional context
Add any other context or screenshots about the feature request here.

@songkg7 songkg7 added enhancement New feature or request good first issue Good for newcomers labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants