Hello
Hello
This is the first post generated by the custom SSG.
## Heading Samples
## H2 Section
### H3 Section
H4 Section
H5 Section
H6 Section
## Inline formatting
- Emphasis with italics and bold
- Also italics and __bold__
- Strikethrough:
obsolete - Inline code:
ssg build --site site - A link with title: Rust
- Reference link: Rust Book
- Autolink: https://example.com
- Inline HTML: inline HTML
## Math
Inline math: $E=mc^2$ in a sentence.
Block math:
## Lists
Unordered list:
- simple item
- another item
- item with nested list:
- nested item A
- nested item B
Ordered list:
- first
- second
- third
Task list:
- pending task
- done task
## Blockquote
This is a quote. It can span multiple lines.
- and include a list
- inside the quote
## Table
| Name | Count | Note |
|---|---|---|
| Alpha | 1 | left |
| Beta | 20 | center |
## Code block
fn main() {
println!("Hello, SSG!");
}## Callout (Obsidian style)
Foldable (expanded)
This uses the reserved fold syntax.
## Image
Inline image: Reference image: