DarkaOnLine / L5-Swagger

OpenApi or Swagger integration to Laravel
https://github.com/DarkaOnLine/L5-Swagger
MIT License
2.64k stars 394 forks source link

Markdown support. #526

Open turbo124 opened 1 year ago

turbo124 commented 1 year ago

Description:

Markdown support currently isn't supported as new lines are being injected with \n which causes the markdown to not render correctly

Is it possible to skip the injection of new line characters \n into the yaml and/or json output?