Main Heading
Text Formatting
This paragraph demonstrates bold text, italic text, and bold italic. You can also use inline code and strikethrough text.
Here's a link to Google and an internal link.
Lists
Unordered List
- First item with bold text
- Second item with italic
- Nested item
- Another nested item
- Deep nesting
- Third item with
code
Ordered List
- First step
- Second step
- Sub-step A
- Sub-step B
- Third step with a link
Task List
- Completed task
- Also completed
- Pending task
- Another pending task
Code Blocks
Ruby example:
def hello_world
puts "Hello, World!"
end
# This is a comment
3.times { hello_world }
JavaScript example:
const greet = (name) => {
return `Hello, ${name}!`;
};
console.log(greet("Developer"));
Tables {#tables}
Header 1 Header 2 Header 3
Row 1, Col 1 Row 1, Col 2 Row 1, Col 3
Row 2, Col 1 Bold text code
Row 3, Col 1 Italic Link
Row 4, Col 1 ~~Strikethrough~~ Normal
Alignment Table
Left Aligned Center Aligned Right Aligned
Left Center Right
Data Data Data
More More More