This document contains complex text formatting and mixed elements.
Here's text with bold, italic, and bold italic formatting.
We can also have inline code
, highlighted text, strikethrough, and inserted text.
Complex combinations: Bold with italic inside and code inside
too.
Another example: Italic with bold inside and strikethrough inside.
Mathematical formulas: E=mc2, H2O
Complex example: (a2 + b2)1/2 = c
A paragraph with bold text inside a div.
A blockquote with italic text and a link.And a paragraph inside the blockquote with
code
.
interactive
effects.Code numbered item
This is preformatted text. It preserves both spaces and line breaks.
function greet(name) {
// This is a comment
console.log("Hello, " + name + "!");
}
greet("World");