-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The code is writing out HTML with <style> tag, but the markdown to HTML conversion escapes the <style> tag breaking the rendering. Simplify the whole thing by using markdown syntax instead and adding inline styling to the SVG. The output result is slightly different than before it broke, but I think the difference is OK. Also, don’t show test header twice in shaping tests. It is shown next to the FAIL line, then again right after it. Drop the second one and simplify the code. (PR #4406)
- Loading branch information
1 parent
f7b1364
commit 643309c
Showing
2 changed files
with
23 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters