Paragraphs
<p id="unique-id">
Lorem ipsum dolor sit amet, consectetur
adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna
aliqua.
</p>
<p>
Ut enim ad minim veniam, quis nostrud
exercitation ullamco laboris nisi ut
aliquip ex ea commodo consequat.
</p>
note
Do not indent paragraphs in Markdown with spaces or tabs — indented text is treated like a code block.
tip
Paragraphs are implicitly added inside other block elements. For example, you do not need to wrap text with the
<p>
element inside a list item or a procedure step, if there is just one paragraph of text.
Thanks for your feedback!
Was this page helpful?