[api-extractor] Markdown lists are not preserved in generated JSON. #1441
Labels
blocked
We can't proceed because we're waiting for something
enhancement
The issue is asking for a new feature or design change
Is this a feature or a bug?
I have a markdown list in a comment block, e.g.
I can see in the generated file
temp/projectname.api.json
that the newlines are stripped. Which looks like this:This can be reproduced in any simple project using
api-extractor
.Even if I manually edit
temp/projectname.api.json
to include the list with line breaksapi-documenter
doesn't seem to parse it properly, and still outputs on one line.What is the expected behavior?
Preserving newlines, so that markdown can be generated later.
If this is a bug, please provide the tool version, Node.js version, and OS.
The text was updated successfully, but these errors were encountered: