-
-
Couldn't load subscription status.
- Fork 1.3k
Humanize multiline para tag #3234
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
Humanize multiline para tag #3234
Conversation
Swagger.ui (or Redoc, I'm not sure) are displaying '\r\n ' as <pre> tag. PR changes making sure that multi-line <para> text is trimmed and all line breaks within the text are ignored
test/Swashbuckle.AspNetCore.SwaggerGen.Test/XmlComments/XmlCommentsTextHelperTests.cs
Show resolved
Hide resolved
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3234 +/- ##
==========================================
+ Coverage 83.58% 83.60% +0.02%
==========================================
Files 76 76
Lines 3161 3165 +4
Branches 536 536
==========================================
+ Hits 2642 2646 +4
Misses 519 519
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
The issue or feature being addressed
Fixes #3009
Details on the issue fix or feature implementation
Swagger.ui (or Redoc, I'm not sure) are displaying
\r\nas<pre>tag.PR changes making sure that text is trimmed and all line breaks are ignored