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

@<href>のURLに,を含むパターンがある #1695

Open
kmuto opened this issue May 26, 2021 · 3 comments
Open

@<href>のURLに,を含むパターンがある #1695

kmuto opened this issue May 26, 2021 · 3 comments

Comments

@kmuto
Copy link
Owner

kmuto commented May 26, 2021

@<href>{https://www.tomshardware.com/reviews/upgrade-repair-pc,3000-2.html}

のような記述をすると、ラベルと扱われてしまう。
エスケープを考える必要がありそう(そのエスケープは…みたいな事態になりそうですが…)。

@takahashim
Copy link
Collaborator

これについては , %2Cに置き換えて欲しい感じですね…

@kmuto
Copy link
Owner Author

kmuto commented May 29, 2021

url = url.gsub(/\\,/, ',').strip
if label
     label = label.gsub(/\\,/, ',').strip

エスケープ機能が前から入ってました!
ドキュメントにも書いてあった…

@kmuto kmuto closed this as completed May 29, 2021
@kmuto kmuto reopened this Jul 2, 2021
@kmuto kmuto changed the title @<href>のURLに,を含むパターンがある @<href>のURLに,を含むパターンがある Jul 2, 2021
@kmuto
Copy link
Owner Author

kmuto commented Jul 2, 2021

しかしやはり最近は,が平気でURLに入ってくることが多く、エスケープも辛いという意見あり。
https://twitter.com/mhidaka/status/1410826111982870528

グローバル設定で ,以外の区切り文字をもう1つか2つくらい選択設定できるようにする必要がありそうです。

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

No branches or pull requests

2 participants