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

fix gfm extended autolinking requiring multiple backpedals #1293

Merged
merged 3 commits into from
Jul 5, 2018

Commits on Jun 22, 2018

  1. fix gfm extended autolinking requiring multiple backpedals

    Add a test and fix that trailing punctuation is omitted in link URLs for
    markdown like this:
    
        (See https://www.example.com/fhqwhgads.)
    
    The trailing period and closing parenthesis should not be part of the
    link URL.
    Trott committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    a3cddee View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    3eeb0df View commit details
    Browse the repository at this point in the history
  2. squash! more tests

    Trott committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    40bf2e6 View commit details
    Browse the repository at this point in the history