Render html in springfox-swagger-ui -


i updated application running springfox-swagger2 , springfox-swagger-ui 2.5.0 use version 2.6.0. application's api documentation uses <li>, <b> , <br> tags, rendered correctly 2.5.0, version 2.6.0 <li> , <br> tags ignored swagger-ui.

what have make springfox render html tags again?

the tags used @ following positions:

apiinfobuilder().description("here")  @apioperation(notes="here") @apiresponse(message="here") 


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -