If you use YAML scalars like this in your Open API 3: ``` description: | This is a description ``` or ``` description: > This is a description ``` or ``` description: >- This is a description ``` the Swagger UI in IntellJ can **not render** anymore.