Markdown Showcase
2025-11-02
This is page serves as a quick reference to see the overall styling elements of this site.
H1
H2
H3
H4
This is bold text
This is italic text
This is some inline code
This is a code block!
With multiple lines!
fn main() {
// This is a code block with syntax highlihting!
print!("Hello world!");
}
This is a quote!
- someone wise, probably.
| This | Is | A | Table |
|---|---|---|---|
| Did | Has | 3 | Letters |
| What | Has | 4 | Letters |
| Things | Has | 6 | Letters |