-
Notifications
You must be signed in to change notification settings - Fork 35
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
Don't inject <br>
tags into <pre>
examples
#52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, that's a good fix
Codecov ReportBase: 56.25% // Head: 56.25% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #52 +/- ##
=========================================
Coverage 56.25% 56.25%
Complexity 1236 1236
=========================================
Files 53 53
Lines 3173 3173
=========================================
Hits 1785 1785
Misses 1388 1388 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Can you provide a doc block that I can add to my test cases? |
I can't find any Two
|
Moved to v5.5.2 to be released today 🎉 |
<pre>
tags shouldn't have any<br>
s in them, it's the whole purpose and makes multiline examples looks really odd and spaced-out.https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre