Prose
Headings
h1, h2, h3, h4, h5, h6 heading elements.
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Paragraphs
Some p elements.
This is the first paragraph. It contains some text to demonstrate how paragraphs are styled within the prose component.
This is the second paragraph. It continues to showcase the styling of text within paragraphs, ensuring readability and proper spacing.
Finally, this is the third paragraph. It wraps up the demonstration of paragraph styling in the prose component.
Block Quotes
A blockquote element.
This is a blockquote. It is used to indicate the quotation of a large section of text from another source.
Unordered list
A ol element with some li elements inside.
- First item in an unordered list.
- Second item in an unordered list.
- Third item in an unordered list.
Ordered list
A ol element with some li elements inside.
- First item in an ordered list.
- Second item in an ordered list.
- Third item in an ordered list.
Code
A code element.
Code Block
A code element inside a pre element.
pre > codeDefinition list
A dl element with some dt and dd elements inside.
- First item in an ordered list.
- Definition for the first item.
- Second item in an ordered list.
- Definition for the second item.
- Third item in an ordered list.
- Definition for the third item.