The Latest Trends in GPT for 2025: What to Expect
Industry News & Trends
David Kaufman, CEO
Markdown Style Showcase
Welcome to the Markdown Style Showcase!
This document demonstrates a wide variety of Markdown formatting options.
1. Headings
Heading 1
Heading 2
Heading 3
Heading 4
2. Text Styles
- Bold
- Italic
- Bold & Italic
Strikethrough- Underline (HTML)
- Superscript
- Subscript
3. Blockquotes
This is a blockquote. > Nested blockquote.
4. Lists
Unordered List
- Item 1 - Subitem 1.1 - Subitem 1.2
- Item 2
Ordered List
- First
- Second 1. Sub-second 2. Sub-third
- Third
Task List
- Task 1 (done)
- Task 2 (not done)
- Task 3 (not done)
5. Code
Inline code: const x = 42;
// Code block with syntax highlighting
function greet(name) {
return `Hello, ${name}!`;
}6. Links & Images
7. Tables
| Tables | Are | Cool |
|---|---|---|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
8. Horizontal Rule
9. Nested Elements
- Bold List Item
- Italic Subitem
-
Inline code in list - > Blockquote in list
10. Emoji & Special Characters
© 2024 Markdown Example
11. HTML in Markdown
Click to expand!
This is hidden content using HTML <details> and <summary> tags.