Welcome!
First post to say hi and test markdown synthax
Iām making this post to test every markdown feature.
Text Formatting
Bold, Italic, and Strikethrough
- Bold text
- Italic text
- Bold and italic text
Strikethrough text
Blockquotes
This is a blockquote.
It can span multiple lines.
Lists
Unordered List
- Item 1
- Item 2
- Subitem 2.1
- Subitem 2.2
- Item 3
Ordered List
- First item
- Second item
- Subitem 2.1
- Subitem 2.2
- Third item
Code
Inline Code
Use println!("Hello, World!");
to display text in Rust.
Code Block
// This is a Rust code block
fn main() {
println!("Hello, World!");
}
Tables
Name | Age | City |
---|---|---|
Alice | 25 | New York |
Bob | 30 | London |
Eve | 22 | Berlin |
Links and Images
Hyperlink
Image
Horizontal Rule
Emojis
š š š
Conclusion
This document tests all Markdown functionalities to ensure proper formatting and readability.