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

Detect link changes to resolve #28 #30

Merged
merged 2 commits into from Feb 22, 2016

Conversation

jschroed91
Copy link
Member

Feature request from #28.

I didn't go as far as adding the functionality for displaying a tooltip of the change, as that is out of the scope of this library and could be done with some post-processing / JS.

Example:

Old Text: <a href="http://caxy.com">Test</a>

New Text: <a href="http://google.com">Test</a>

Output:

<del class="diffmod diff-href"><a href="http://caxy.com">Test</a></del><ins class="diffmod diff-href"><a href="http://google.com">Test</a></ins>

jschroed91 added a commit that referenced this pull request Feb 22, 2016
@jschroed91 jschroed91 merged commit 5c013fa into master Feb 22, 2016
@jschroed91 jschroed91 deleted the issue/28/detecting-link-changes branch February 22, 2016 21:11
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.

None yet

2 participants