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
Hard for me to actually determine why this is happening, but I am seeing Remarkable not compose a detected link properly.
The problematic string is: (www.example.org版权所有,如需转载,注明出处)
(www.example.org版权所有,如需转载,注明出处)
After being parsed by Remarkable, the resulting output is:
<p>(www.example.org版权所有,如需转载,注明出处<a href="http://www.example.org">http://www.example.org</a>如需转载,注明出处)</p>
Please note the repeated text.
I have determined that the problem does not lie with Autolinker:
> autolinker.link('(www.example.org版权所有,如需转载,注明出处)') '(<a href="http://www.example.org" target="_blank">example.org</a>版权所有,如需转载,注明出处)'
P.S. For ease of debugging, this also happens w/ Latin characters: (www.example.orgabcabc, defdef, ghighi)
(www.example.orgabcabc, defdef, ghighi)
The text was updated successfully, but these errors were encountered:
719d4c1
👍 Thanks @puzrin!
Sorry, something went wrong.
No branches or pull requests
Hard for me to actually determine why this is happening, but I am seeing Remarkable not compose a detected link properly.
The problematic string is:
(www.example.org版权所有,如需转载,注明出处)
After being parsed by Remarkable, the resulting output is:
Please note the repeated text.
I have determined that the problem does not lie with Autolinker:
P.S. For ease of debugging, this also happens w/ Latin characters:
(www.example.orgabcabc, defdef, ghighi)
The text was updated successfully, but these errors were encountered: