0
0
Postmantesting~5 mins

Description formatting (Markdown) in Postman - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Markdown in Postman descriptions?
Markdown is a simple way to format text using plain characters. In Postman, it helps make descriptions clear and easy to read by adding styles like bold, italics, lists, and links.
Click to reveal answer
beginner
How do you make text bold in Postman descriptions using Markdown?
To make text bold, wrap it with double asterisks **like this** or double underscores __like this__.
Click to reveal answer
beginner
How can you add a numbered list in Postman description using Markdown?
Start each line with a number followed by a dot and a space, like: 1. First item 2. Second item 3. Third item
Click to reveal answer
beginner
What is the Markdown syntax for adding a hyperlink in Postman descriptions?
Use square brackets for the link text and parentheses for the URL: [Link text](https://example.com).
Click to reveal answer
beginner
Why use Markdown formatting in Postman descriptions?
Markdown makes descriptions easier to read and understand by adding structure and style. It helps testers and developers quickly grasp important details without confusion.
Click to reveal answer
Which Markdown syntax makes text italic in Postman descriptions?
A*italic*
B**italic**
C~~italic~~
D`italic`
How do you create a bullet list in Postman Markdown?
AUse dashes (-) or asterisks (*) at the start of lines
BUse plus signs (+) only
CUse angle brackets <>
DUse numbers like 1., 2., 3.
What is the correct way to add a link in Postman Markdown?
A(Example)[https://example.com]
B[https://example.com]
C<https://example.com>
D[Example](https://example.com)
Which symbol is NOT used in Markdown for formatting text?
A*
B#
C$
D`
Why is Markdown preferred for Postman descriptions?
AIt allows adding images only
BIt formats text simply and clearly
CIt makes text colorful
DIt encrypts the description
Explain how to format a description in Postman using Markdown to include bold text, a bullet list, and a hyperlink.
Think about simple symbols that add style and structure.
You got /3 concepts.
    Why is it important to use Markdown formatting in Postman descriptions when sharing tests with your team?
    Consider how clear communication helps teamwork.
    You got /3 concepts.