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

feat(parser/renderer): support quoted text in element attributes #835

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Mar 3, 2021

except for image 'alt' which has to be renderer as plain text
(use the new RawText func)

Fixes #829

Signed-off-by: Xavier Coulon [email protected]

except for image 'alt' which has to be renderer as plain text
(use the new `RawText` func)

Fixes bytesparadise#829

Signed-off-by: Xavier Coulon <[email protected]>
@codecov
Copy link

codecov bot commented Mar 3, 2021

Codecov Report

Merging #835 (4646f88) into master (30cb170) will decrease coverage by 2.51%.
The diff coverage is 41.63%.

@@            Coverage Diff             @@
##           master     #835      +/-   ##
==========================================
- Coverage   81.30%   78.78%   -2.52%     
==========================================
  Files          88       88              
  Lines        5097     5289     +192     
==========================================
+ Hits         4144     4167      +23     
- Misses        618      694      +76     
- Partials      335      428      +93     

@xcoulon xcoulon merged commit ce36ad6 into bytesparadise:master Mar 3, 2021
@xcoulon xcoulon deleted the Issue829_support_quoted_text_in_attributes branch March 3, 2021 22:07
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.

Ignore quoted text in image attributes
1 participant