Verify Markdown formatting in Postman request description
Preconditions (2)
Step 1: Open the request in Postman
Step 2: Click on the 'Description' tab below the request URL field
Step 3: Enter the following Markdown text in the description field:
Step 4: # Heading 1
Step 5: ## Heading 2
Step 6: **Bold Text**
Step 7: *Italic Text*
Step 8: - List item 1
Step 9: - List item 2
Step 10: [Link](https://www.postman.com)
Step 11: Switch to the 'Preview' tab to view the rendered Markdown
Step 12: Verify that the description renders the Markdown correctly
✅ Expected Result: The description preview shows a Heading 1, Heading 2, bold text, italic text, a bulleted list with two items, and a clickable link to https://www.postman.com