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(format): bypass escaping of links, add strikethrough escape #30

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

princjef
Copy link
Owner

@princjef princjef commented Nov 30, 2020

Links should be preserved as they are and allowed to be turned into clickable links by variants such as GFM. This change omits any detected URLs from escaping while continuing to escape anything that's not detected as a URL.

While adding tests I discovered strikethroughs weren't being escaped properly, so that's fixed in here too.

fixes #29

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URLs are escaped and unclickable
1 participant