Multiline Strings
/feeds: get: description: > List Feeds. GitHub provides several timeline resources in Atom format. The Feeds API lists all the feeds available to the authenticating user. parameters: - description: | This will preserve any newlines and trailing spaces in: header name: X-GitHub-Media-Type type: string
/feeds: get: description: " This will be folded and empty lines create newlines. You can use escapes like \t here" parameters: - description: ' This will be folded and empty lines create newlines' in: header name: X-GitHub-Media-Type type: string