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): escape content of listing and source blocks #345

Merged
merged 2 commits into from
May 11, 2019

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented May 11, 2019

in particular, all <, >, ' and " characters

Fixes #341

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

in particular, all `<`, `>`, `'` and `"` characters

Fixes bytesparadise#341

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

codecov bot commented May 11, 2019

Codecov Report

Merging #345 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff          @@
##           master   #345   +/-   ##
=====================================
  Coverage      86%    86%           
=====================================
  Files          45     45           
  Lines        4144   4144           
=====================================
  Hits         3564   3564           
  Misses        433    433           
  Partials      147    147

@xcoulon xcoulon merged commit 736a89d into bytesparadise:master May 11, 2019
@xcoulon xcoulon deleted the Issue341_invalid_output branch May 11, 2019 09:34
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.

Invalid generated HTML when listing block contains HTML tags
1 participant