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: handle self-closing HTML inside parseable HTML #103

Merged
merged 1 commit into from
Apr 27, 2017

Conversation

quantizor
Copy link
Owner

@quantizor quantizor commented Apr 27, 2017

Also made a change to omit interim wrappers where possible in
situations where dangerouslySetInnerHTML is unavoidable.

fixes #101

@quantizor quantizor changed the title fix: handle non-parseable HTML inside parseable HTML fix: handle self-closing HTML inside parseable HTML Apr 27, 2017
@codecov
Copy link

codecov bot commented Apr 27, 2017

Codecov Report

Merging #103 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
+ Coverage   96.34%   96.38%   +0.04%     
==========================================
  Files           1        1              
  Lines         164      166       +2     
  Branches       50       51       +1     
==========================================
+ Hits          158      160       +2     
  Misses          6        6
Impacted Files Coverage Δ
index.js 96.38% <100%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fafab42...96c309d. Read the comment docs.

Also made a change to avoid interim wrappers where possible in
situations where dangerouslySetInnerHTML is unavoidable.
@quantizor quantizor merged commit c66e0af into master Apr 27, 2017
@quantizor quantizor deleted the inline-anchor-mishandling branch April 27, 2017 06:56
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.

Inline HTML snippet in Markdown rendered with an extra divs
1 participant