First post
Published on 2025-03-20
Welcome to my first post! This is a simple Markdown-powered content to test if it implements CommonMark properly.
This is Heading 1
This is Heading 2
This is Heading 3
This is Heading 4
This is Heading 5
This is Heading 6
This sentence is in italics.
This sentence is in bold.
This link points to Next.js's website.
Let's try out some blockquotes.
Let's see how an unordered list looks like:
- Here is item 1
- Here is item 2
- Here is item 3
Let's see how an ordered list looks like:
- Here is item 1
- Here is item 2
- Here is item 3
Horizontal rule
(display ...)
in Scheme is used to print output on the console.
Here's a simple example of how to use it:
(display "Hello, world!\n")