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
…#14). Proper parsing of URLs form markdown (issue #15)
* devel:
Updating changelog (WIP)
Improving extracting of URL from enclosure of two characters.
Updating removing remove_enclosure from URL. Take last occurrence of right enclosure character.
fixing extracting URLs form markdown (issue #15)
Updating extraction of URL from enclosure characters.
Correcting README - Known issues (typo)
Adding extracting removing URL from enclosure of two characters (e.g. brackets). Adding enclosure removal, add_enclosure and remove_enclosure testing.
Update after_tld_chars. (add ">") Move hostname regexp to definition as variable.
Code clean up and stylization.
Removing '@' from left stop characters. User Information part of Authority of URL will be returned (e.g. email)
Creating unit tests for find_urls() method from doctests. Using pytest for testing.
Code:
Output:
['[http://httpbin.org/status/200](http://httpbin.org/status/200)', '[http://httpbin.org/status/200](http://httpbin.org/status/200)']
The text was updated successfully, but these errors were encountered: