Purpose of This Test Post
This post is specifically designed to test edge cases and unusual scenarios.
Very Long Heading That Tests How Headings Behave When They Contain Many Words and Potentially Wrap Across Multiple Lines
Content here.
Nested Long Subheading That Also Tests Multi-Line Wrapping Behavior in the Table of Contents Component
More content.
Special Characters & Edge Cases
URLs and Links
Special Characters in Text
- Emoji: 🐐 🚀 ✨ 💻 🔥
- Unicode: café, naïve, über, 日本語
- Symbols: © ® ™ € £ ¥
- Math: x² + y² = z²
Code with Special Characters
const special = "Quote: \"Hello\", Backslash: \\, Newline: \n";
const regex = /[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}/;
const html = "<div class='test'>Don't break & entities</div>";
Empty Sections
Nothing Here
Also Nothing
Lists
Unordered List with Many Items
- First item
- Second item with bold text
- Third item with italic text
- Fourth item with
inline code - Fifth item with a link
- Sixth item with emoji 🎉
- Seventh item
- Eighth item
- Ninth item
- Tenth item
Nested Lists
- Level 1
- Level 2
- Level 3
- Level 4
- Level 3
- Level 2
- Back to level 1
- Level 2 again
Ordered List
- First
- Second
- Third
- Jump to ten
- Eleven
- Jump to hundred
Blockquotes
Single line quote
Multi-line quote that spans across several lines and tests wrapping behavior
Quote with formatting
And multiple paragraphs.
Even
codein quotes.
Code Blocks
Empty Code Block
Very Long Line
const veryLongVariableName = "This is a very long string that will definitely overflow and require horizontal scrolling in the code block which tests our syntax highlighting overflow behavior";
Many Lines
def function1():
pass
def function2():
pass
def function3():
pass
def function4():
pass
def function5():
pass
def function6():
pass
def function7():
pass
def function8():
pass
def function9():
pass
def function10():
pass
Tables (if supported)
| Column 1 | Column 2 | Column 3 | |----------|----------|----------| | Data | Data | Data | | More | More | More |
Horizontal Rules
Edge Case Markdown
Bold italic bold italic
~~Strikethrough~~ (if supported)
inline code with bold inside code? (shouldn't work)
The End
This post should help identify rendering issues!