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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix edge case where period after a link gets escaped #46

Merged
merged 2 commits into from Mar 11, 2019

Commits on Mar 11, 2019

  1. Fix edge case where period after a link gets escaped

    Before:
    
    ```markdown
    Lorem [ipsum](http://example.com)\.
    ```
    
    After:
    
    ```markdown
    Lorem [ipsum](http://example.com).
    ```
    tianon authored and dmitshur committed Mar 11, 2019
    Copy the full SHA
    57b6895 View commit details
    Browse the repository at this point in the history
  2. add test case

    To prevent regressions.
    dmitshur committed Mar 11, 2019
    Copy the full SHA
    6ff2bba View commit details
    Browse the repository at this point in the history