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(renderer): render predefined attributes as HTML entities #954

Merged
merged 1 commit into from
Feb 26, 2022

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Feb 26, 2022

includes {nbps}, etc.
also, simplify rendering (no template needed)

Fixes #953

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

includes `{nbps}`, etc.
also, simplify rendering (no template needed)

Fixes bytesparadise#953

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the Issue953_render_nbsp branch from 57e5e63 to 6a520e7 Compare February 26, 2022 14:42
@codecov
Copy link

codecov bot commented Feb 26, 2022

Codecov Report

Merging #954 (6a520e7) into master (76352c9) will increase coverage by 0.14%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #954      +/-   ##
==========================================
+ Coverage   79.59%   79.73%   +0.14%     
==========================================
  Files          88       87       -1     
  Lines        6781     6760      -21     
==========================================
- Hits         5397     5390       -7     
+ Misses        883      870      -13     
+ Partials      501      500       -1     

@xcoulon xcoulon merged commit 0fbd0ca into bytesparadise:master Feb 26, 2022
@xcoulon xcoulon deleted the Issue953_render_nbsp branch February 26, 2022 15:00
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.

Render non-breaking spaces
1 participant