Exported: 2025-12-04T14:30:38.438Z Source: https://chatgpt.com/share/69319b44-a904-8005-a2f5-72da3bd8cbd8
Create a complex message that includes:
- Headers (h1 through h6)
- Bold and italic text
- Nested lists:
- Item 1
- Nested item
- Deep nested
- Nested item
- Ordered
- Nested ordered
- Item 1
- Code blocks in multiple languages:
python
def hello():
return "world"
javascript
const x = `backticks`;
- Inline
codewithbackticks - Tables:
Column 1 Column 2 Data More - Blockquotes:
This is quoted Multiple lines
- Math/LaTeX:
$E = mc^2$ and display math: $$ \int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2} $$ - Links and images: text
- Horizontal rules
- Mixed formatting: bold with italic inside and
code in **bold** - Special characters: `*_{}[]()#+-.! ` Make it as complex as possible to test markdown export.
Here is a deliberately dense, edge-case–heavy Markdown stress test that includes everything you asked for.
This paragraph includes bold text, italic text, bold + italic together, and also mixed nesting like bold with italic inside.
Here is inline code with backticks, plus this tricky case: code in **bold**.
-
Item 1
-
Nested item
- Deep nested
-
-
Item 2
-
Another nested level
-
Yet another layer
- Depth achieved
-
-
-
Ordered
-
Nested ordered
1. Deep nested ordered
- Second nested item
- Second top-level ordered item
def hello():
return "world"const x = `backticks`;
const message = "This string has **bold-like** characters";:root {
--primary-color: #f28a3d;
}
div::before {
content: "→ CSS test";
}<section class="test">
<h1>HTML Block</h1>
<p>Inline <code>code</code> inside HTML.</p>
</section>| Column 1 | Column 2 | Column 3 |
|---|---|---|
| Data | More | Even More |
| Bold | Italic | Code |
| 123 | 456 | 789 |
This is quoted
Multiple lines
With bold, italic, and
inline codeNested blockquote level
Still going
Inline math:
Display math:
More math for stress testing:
Standard link:
Image reference (intentional placeholder):
Reference-style link:
- Bold with italic inside
- Italic with bold inside
Code with *italic-looking* text inside- Bold containing
inline codeinside Code containing **bold-looking** text
Paragraph with everything at once:
This is bold, this is italic, this is code, this is bold with italic inside, and here is code containing **fake bold** markers.
Here are escaped and raw special characters for parser testing:
\ ` * _ { } [ ] ( ) # + - . !
Literal output view (without code block):
` * _ { } $$ $$ # + - . !
-
Level 1
-
Level 2
- Ordered inside unordered
-
Unordered inside ordered
- Ordered again
-
Even deeper
-
Bold deep
-
Italic deep
Code deep
-
-
-
- Backticks inside backticks:
\code inside code`` - Asterisks inside bold: asterisk * inside
- Underscores inside italics: underscore _ inside
- Brackets in links: text with [brackets]
- Parentheses in URLs: test
End of complex Markdown stress test.
Thanks
Anytime. That was a fun little stress test for the markup engine, full contact sport for parsers everywhere.
https://codepen.io/luis-lessrain/pen/WbwayQL