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

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

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