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

New linkify-html interface #84

Merged
merged 11 commits into from
Dec 15, 2015
Merged

New linkify-html interface #84

merged 11 commits into from
Dec 15, 2015

Conversation

nfrasser
Copy link
Owner

@nfrasser nfrasser commented Nov 6, 2015

Implements a HTML-safe linkify interface. This will allow parsing links in arbitrary HTML strings. Output of interface is a String.

Fixes #90

@nfrasser nfrasser self-assigned this Nov 6, 2015
@nfrasser
Copy link
Owner Author

nfrasser commented Nov 6, 2015

Build is currently working, but the HTML Tokenizer is quite heavy. This is mainly caused by HTML5 named characters. These are not fully required to linkify HTML, so I might take out the related functionality.

HTML character entities are not tokenized in the HTML parsing
process. The character ref functionality has therefor been taken
out.
nfrasser added a commit that referenced this pull request Dec 15, 2015
@nfrasser nfrasser merged commit 92d61be into master Dec 15, 2015
@nfrasser nfrasser deleted the html-string branch December 15, 2015 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant