Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/paste-markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.3
Choose a base ref
...
head repository: github/paste-markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.4
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 11, 2022

  1. Only paste links when pasted text is only url

    When the text being pasted contained a URL, we were attempting to convert the target text into a markdown link. However, this was causing some undeseried behavior, because the pasted text was being treated like an exact URL. This updates the RegExp test to look for an exact string of a URL so that we don't match on longer strings.
    
    Borrowed from SO: https://stackoverflow.com/questions/3809401/what-is-a-good-regular-expression-to-match-a-url
    ipc103 committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    dedae8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from ipc103/update-paste-links

    Only paste links when pasted text is only a URL
    manuelpuyol authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2cf7f94 View commit details
    Browse the repository at this point in the history
Loading