Skip to content

An extra newline is always added when using |2 #202

@guilhas07

Description

@guilhas07

Using the following example:

openapi: 3.0.0
info:
  description: |2
     Example       

It gets generated as:

openapi: 3.0.0
info:
  description: |2

     Example       

This introduces an extra newline and breaks format reproducibility.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions