We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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>
@<href>{https://www.tomshardware.com/reviews/upgrade-repair-pc,3000-2.html}
のような記述をすると、ラベルと扱われてしまう。 エスケープを考える必要がありそう(そのエスケープは…みたいな事態になりそうですが…)。
The text was updated successfully, but these errors were encountered:
これについては , を%2Cに置き換えて欲しい感じですね…
,
%2C
Sorry, something went wrong.
url = url.gsub(/\\,/, ',').strip if label label = label.gsub(/\\,/, ',').strip
エスケープ機能が前から入ってました! ドキュメントにも書いてあった…
しかしやはり最近は,が平気でURLに入ってくることが多く、エスケープも辛いという意見あり。 https://twitter.com/mhidaka/status/1410826111982870528
グローバル設定で ,以外の区切り文字をもう1つか2つくらい選択設定できるようにする必要がありそうです。
No branches or pull requests
のような記述をすると、ラベルと扱われてしまう。
エスケープを考える必要がありそう(そのエスケープは…みたいな事態になりそうですが…)。
The text was updated successfully, but these errors were encountered: