Docs
Markdown Example File
Welcome to this Markdown example file! This document showcases many of the features available in Markdown.
Table of Contents
Headers
Markdown supports six levels of headers.
H1 Header
H2 Header
H3 Header
H4 Header
H5 Header
H6 Header
Text Formatting
- Italic: This text is italicized
- Bold: This text is bold
- Bold and Italic: This text is both bold and italic
Strikethrough:This text has a strikethrough
Lists
Unordered List
- Item 1
- Subitem 1
- Subitem 2
- Item 2
- Item 3
Ordered List
- First item
- Second item
- Subitem 1
- Subitem 2
- Third item
Links and Images
Links
Here is a link to OpenAI’s website.