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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -