Closed blynn99 closed 6 months ago
I don't understand what you want to express. Is there anything wrong with this?
This issue has been automatically closed because we haven't heard back for more than 365 days, please reopen this issue if necessary.
Environment:
Should
get_operation
add</br>
to doc strings? If the description has line feeds\n
vs</br>
the description renders as markdown.https://github.com/luolingchun/flask-openapi3/blob/6ca0f2c6a5b90a5ae439c432b0a3e6f8cf9c4d21/flask_openapi3/utils.py#L27-L29
code diff
example endpoint:
With
\n
vs</br>
the above example will render the markdown from the docstring into HTML. This is useful when providing some additional usage/example to the endpoint's documentation.