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): do not HTML escape content twice in source blocks #571

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented May 23, 2020

remove call to escape on the content of the source block

Fixes #570

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

remove call to `escape` on the content of the source block

Fixes bytesparadise#570

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

codecov bot commented May 23, 2020

Codecov Report

Merging #571 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #571      +/-   ##
==========================================
- Coverage   88.34%   88.33%   -0.01%     
==========================================
  Files          66       66              
  Lines        4512     4511       -1     
==========================================
- Hits         3986     3985       -1     
  Misses        342      342              
  Partials      184      184              

@xcoulon xcoulon merged commit 08b705d into bytesparadise:master May 23, 2020
@xcoulon xcoulon deleted the Issue570_source_callout_syntax_highlighting branch May 23, 2020 17:22
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.

Do not HTML escape callouts in source blocks
1 participant