drafter icon indicating copy to clipboard operation
drafter copied to clipboard

Superfluous newlines in description section lists items

Open abtris opened this issue 10 years ago • 1 comments

@zdne opened apiaryio/snowcrash#214

Given

# API 

Before Hello

- a
- b

After Hello World

The output AST description node contains extraneous newlines after each list item.

Actual

_version: 2.0
metadata:
name: "API"
description: "Before Hello\n\n- a\n\n- b\n\nAfter Hello World\n"
resourceGroups:

abtris avatar Sep 26 '14 12:09 abtris

@pksunkara commented

Robotskirt is disregarding the extra newlines.

abtris avatar Sep 29 '14 13:09 abtris