You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
In the following example: [image src='<image>' caption='source: ( https://www.example.com/test). ']
The resulting caption for the image is: source: (https://www.example.com/test.)
The . and ) at the end are reversed.
This only happens with some links, specifically the /test in the example was necessary to reproduce the error. I think the closing paren that gets chopped off in processAutoLinks() needs to be prepended to $leftovers instead of appended. But I'm unsure if that is correct in all cases.
The text was updated successfully, but these errors were encountered:
In the following example:
[image src='<image>' caption='source: ( https://www.example.com/test). ']
The resulting caption for the image is:
source: (https://www.example.com/test.)
The . and ) at the end are reversed.
This only happens with some links, specifically the /test in the example was necessary to reproduce the error. I think the closing paren that gets chopped off in processAutoLinks() needs to be prepended to $leftovers instead of appended. But I'm unsure if that is correct in all cases.
The text was updated successfully, but these errors were encountered: