-
Notifications
You must be signed in to change notification settings - Fork 11
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
Markdown missing a newline after simple response types #27
Comments
Hi @kylewm |
That's great to hear, and thank you for the speedy response! I started taking a look at it myself, but quickly got overwhelmed by jinja's whitespace stripping behavior 😄 so wanted to at least capture the issue. |
Hi @kylewm
Once again, this took me much time because I am focused on my web framework these days. With this release I also fixed another bug and made a bit of workflow maintenance (upgrading to |
When a response either has no content or is a reference to a response schema, the newline after it is getting stripped. Here's a small example:
Renders markdown like this
i.e.,
### POST
and### DELETE
are not on their own line.Thanks for taking a look!
The text was updated successfully, but these errors were encountered: