Kong / insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
https://insomnia.rest
Apache License 2.0
34.49k stars 1.95k forks source link

HTML break <br> nor <br/> is not recognized in Description field markdown #2934

Open RobertKlohr opened 3 years ago

RobertKlohr commented 3 years ago

Describe the bug When adding a HTML line break to the markdown in the request description field the text "\
" or "\
" is rendered instead of inserting a line break.

Use Case Being able to use a line break in a table cell.

To Reproduce Add an HTML break \
or \< br/> tag to the markdown in a request description.

Markdown text:

| Property    | Value                                                                                                                             |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------- |
| URL         | http://[instance name]:[port]/ReportService/ExportReport                                                                          |
| Method      | GET                                                                                                                               |
| Input       | Id (Integer): The Id of the desired report <br/> File extension CSV, Excel .xlsx, or PDF                                          |
| Permissions | The authentication account must have Read General Access and Print/Export General Access permissions to the applicable component. |
| Responses   | The XML and JSON responses will include the exported data in the requested format.                                                |

Current rendering in Insomnia insomnia

Expected behavior The markdown would be displayed with a line break.

Expected rendering (using vscode) vscode

Desktop (please complete the following information):

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.