Markdown Table in Postman documentation not rendered properly in newman-htm - TechRepublic
Question
August 26, 2021 at 09:43 AM
rosmannatalie

Markdown Table in Postman documentation not rendered properly in newman-htm

by rosmannatalie . Updated 4 years, 9 months ago

I am using newman with htmlextra to run a Postman collection and generate an html report as per instructions https://adevait.com/qa/how-to-create-elegant-html-reports-in-postman 1.

I have used a table within the Postman documentation section which is in Markdown format, something like this :

CODE STATUS RESULT
200 success
404 no_data_found No saved report found for the logged-in user
It renders properly in Postman

However, when I open the htmlextra report, it looks something like this :

htmlextra report 1

Has someone come across this issue before? Any ideas would be helpful.

Thanks in advance.

All Comments