Using the following example: ```yaml openapi: 3.0.0 info: description: |2 Example ``` It gets generated as: ```yaml openapi: 3.0.0 info: description: |2 Example ``` This introduces an extra newline and breaks format reproducibility.