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

refactor(renderer): improve HTML escaping #952

Merged
merged 1 commit into from
Feb 26, 2022

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Feb 26, 2022

escape special characters in link URLs
escape special characters in table of contents' section titles

also, simplify rendering of listing with language/syntax
coloring

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

escape special characters in link URLs
escape special characters in table of contents' section titles

also, simplify rendering of listing with language/syntax
coloring

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

codecov bot commented Feb 26, 2022

Codecov Report

Merging #952 (5020c13) into master (8018f3f) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #952      +/-   ##
==========================================
- Coverage   79.60%   79.59%   -0.02%     
==========================================
  Files          88       88              
  Lines        6797     6781      -16     
==========================================
- Hits         5411     5397      -14     
+ Misses        884      883       -1     
+ Partials      502      501       -1     

@xcoulon xcoulon merged commit 76352c9 into bytesparadise:master Feb 26, 2022
@xcoulon xcoulon deleted the html_escape branch February 26, 2022 13:16
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.

1 participant