This is a standard paragraph block. It contains regular text that forms the body of your content.
This paragraph is centered. Alignment can be set to left, center, right, or wide.
A quotation from a person, book, or other source.
— Source Name
A large style quote for emphasis. This style is often used for pull quotes.
// Code block example
function helloWorld() {
console.log("Hello, World!");
}
def calculate_sum(a, b):
return a + b
Preformatted text
preserves whitespace
exactly as typed.
Useful for code, poetry, or ASCII art.
| Header Column 1 | Header Column 2 |
|---|---|
| Row 1, Cell 1 | Row 1, Cell 2 |
| Row 2, Cell 1 | Row 2, Cell 2 |