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): non-ascii characters in listing content #973

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Mar 10, 2022

do not replace with HTML entities, which caused troubles
with syntax highlighting.

also, remove StringElement template (no real value)

Fixes #962

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

do not replace with HTML entities, which caused troubles
with syntax highlighting.

also, remove StringElement template (no real value)

Fixes bytesparadise#962

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

codecov bot commented Mar 10, 2022

Codecov Report

Merging #973 (797a610) into master (4dcf7c6) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #973      +/-   ##
==========================================
+ Coverage   79.73%   79.75%   +0.01%     
==========================================
  Files          86       86              
  Lines        6846     6841       -5     
==========================================
- Hits         5459     5456       -3     
+ Misses        878      877       -1     
+ Partials      509      508       -1     

@xcoulon xcoulon merged commit 6b6c317 into bytesparadise:master Mar 10, 2022
@xcoulon xcoulon deleted the Issue962_source_highlighting_encoding branch March 10, 2022 20:04
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.

change 'info' to 'debug' level for log messages
1 participant