forked from pypa/readme_renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With bleach 5.0.0, attribute order has changed to be preserved from the origin, rather than alphabetized for consistency. These tests failed due to the output change. Closes: pypa#234 Signed-off-by: Mike Fiedler <[email protected]>
- Loading branch information
1 parent
88b786f
commit 3694166
Showing
2 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<p><img alt="Image of Yaktocat" src="https://octodex.github.com/images/yaktocat.png"></p> | ||
<p><img src="https://octodex.github.com/images/yaktocat.png" alt="Image of Yaktocat"></p> | ||
<p align="center"> | ||
<img alt="Image of Yaktocat" height="100px" src="https://octodex.github.com/images/yaktocat.png" width="20%"> | ||
<img src="https://octodex.github.com/images/yaktocat.png" width="20%" height="100px" alt="Image of Yaktocat"> | ||
</p> |