This is a paragraph under a level-one heading. It contains bold text , italic text , bold italic text , and some inline code
.
You can also have a hyperlink example inside the paragraph.
Heading Level 2
This is another paragraph used to test alignment , emphasis , and other formatting.
Below is an example of an unordered list:
First unordered item
Second unordered item
Third unordered item
And here's an ordered list:
First ordered item
Second ordered item
Nested ordered item
Another nested item
Third ordered item
Heading Level 3
Here's a blockquote to test quote styling:
"The only limit to our realization of tomorrow is our doubts of today."
— Franklin D. Roosevelt
Below is a horizontal rule test:
Heading Level 4
You can also have inline formatting like underlined text, strikethrough text, and highlighted text.
Heading Level 5
This paragraph includes a sample of superscript (E=mc²) and subscript (H2O).
It also includes an example of inline code such as console.log("Hello World")
.
Heading Level 6
Example of a code block :
function greet(name) {
return "Hello, " + name + "!";
}
console.log(greet("World"));
Plain text
Table Example
Column 1 | Column 2 | Column 3 |
---|
Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 |
Bold Cell | Italic Cell | Code Cell |
Definition List Example
HTML
: HyperText Markup Language
CSS
: Cascading Style Sheets
JS
: JavaScript
Image Example (If Supported)
<img src="https://via.placeholder.com/150" alt="Placeholder Image">
Alignment Tests
Special Character Test
© 2025 Example Corp. — All rights reserved.
Symbols: © ™ ® ± × ÷ ° ¶ § ‡ — " " ' '
End of sample text for WYSIWYG formatting validation .