Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make mistune.util.escape_url less aggressive
This adds ';', '!', and '$' to the set of characters which will be passed unmolested by escape_url. These are all in RFC 3986 reserved character list — that is to say: escaping these may change the meaning of a URL.
- Loading branch information