Introduction
This is an example of rich text containing multiple formatting elements.
You can use this style to draft documents, tutorials, specifications, or formatted notes.
Section 1: Text Formatting
You can apply:
- Bold text for emphasis
- Italic text for subtle emphasis
- Bold italic text for very strong emphasis
- Strikethrough for corrections
Inline codefor technical references
Blockquote Example
This is a blockquote. It highlights an important idea or citation.
Section 2: Code Example
Below is a sample code block:
def greet(name: str) -> str:
return f"Hello, {name}!"
print(greet("Zachary"))
Section 3: Lists
Unordered List
- Item one
- Item two
- Item three
Ordered List
- First point
- Second point
- Third point
Checklist
- Completed task
- Pending task
Section 4: Table Example
FeatureDescriptionBoldHighlights key textCode BlockShows formatted technical examplesTableOrganizes data neatly
Conclusion
This sample demonstrates many common rich-text elements.
If you want the same content exported as a PDF, Word file, or placed in a canvas document, just let me know.




