Hello World
Mar 20, '24
This is my first post using this static site generator. Here's what you can do with Markdown:
--------10--------20--------30--------40--------50--------60--------70--------80--------90
Lists
- Item 1
- Item 2
- Item 3
Code
const greeting = "Hello, World!";
console.log(greeting);
Links
Check out the tags page to see all available tags.
Images
Blockquotes
This is a blockquote. It can be used to highlight important information.
Tables
Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |