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 chinese period separated in link. #55

Closed
4 tasks done
lalawila opened this issue Sep 12, 2023 · 2 comments
Closed
4 tasks done

Support for chinese period separated in link. #55

lalawila opened this issue Sep 12, 2023 · 2 comments
Labels
🤷 no/invalid This cannot be acted upon 👎 phase/no Post cannot or will not be acted on

Comments

@lalawila
Copy link

lalawila commented Sep 12, 2023

Initial checklist

Affected packages and versions

3.0.1

Link to runnable example

No response

Steps to reproduce

我们的官网是 https://www.x-ac.com。您可以在官网上了解更多关于我们的产品和服务信息。如果您有任何具体的问题或需求,我也可以尽力帮助您。

Expected behavior

我们的官网是 <a href="https://www.x-ac.com">https://www.x-ac.com</a>。您可以在官网上了解更多关于我们的产品和服务信息。如果您有任何具体的问题或需求,我也可以尽力帮助您。

Actual behavior

我们的官网是 <a href="https://www.x-ac.com。您可以在官网上了解更多关于我们的产品和服务信息。如果您有任何具体的问题或需求,我也可以尽力帮助您。">https://www.x-ac.com。您可以在官网上了解更多关于我们的产品和服务信息。如果您有任何具体的问题或需求,我也可以尽力帮助您。</a>

Runtime

No response

Package manager

No response

OS

No response

Build and bundle tools

No response

@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels Sep 12, 2023
@lalawila lalawila changed the title Support for chinese. Support for chinese period separated in link. Sep 12, 2023
@wooorm
Copy link
Member

wooorm commented Sep 12, 2023

That’s how GFM works:

我们的官网是 https://www.x-ac.com/。您可以在官网上了解更多关于我们的产品和服务信息。如果您有任何具体的问题或需求,我也可以尽力帮助您。

我们的官网是 https://www.x-ac.com/。您可以在官网上了解更多关于我们的产品和服务信息。如果您有任何具体的问题或需求,我也可以尽力帮助您。

Use explicit markdown links:

我们的官网是 [x-ac.com](https://www.x-ac.com/)。您可以在官网上了解更多关于我们的产品和服务信息。如果您有任何具体的问题或需求,我也可以尽力帮助您。

我们的官网是 x-ac.com。您可以在官网上了解更多关于我们的产品和服务信息。如果您有任何具体的问题或需求,我也可以尽力帮助您。

That’s much better, because you shouldn’t show the http://www. and / parts to users.

@wooorm wooorm closed this as completed Sep 12, 2023
@github-actions

This comment has been minimized.

@wooorm wooorm added the 🤷 no/invalid This cannot be acted upon label Sep 12, 2023
@github-actions github-actions bot added 👎 phase/no Post cannot or will not be acted on and removed 🤞 phase/open Post is being triaged manually labels Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤷 no/invalid This cannot be acted upon 👎 phase/no Post cannot or will not be acted on
Development

No branches or pull requests

2 participants