2025-03-10
Hello World
This is a first blog post containing a typography test.
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Paragraphs
This is a simple paragraph. It has some bold text, italicized text, and inline code
.
Blockquotes
This is a blockquote. It can be used to highlight important information.
- Nested list item 1
- Nested list item 2
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 Blocks
function helloWorld() {
console.log("Hello, world!");
}
def hello_world():
print("Hello, world!")
Tables
| Name | Age | City | | ------- | --- | -------- | | Alice | 24 | New York | | Bob | 30 | London | | Charlie | 29 | Tokyo |
Horizontal Rule
Links
Images
Task Lists
- [x] Task 1
- [ ] Task 2
- [ ] Task 3
Emojis 😃
This is a test for emojis: 🎉 🚀 ✅
Footnotes
This is a footnote reference[^1].
[^1]: This is the footnote text.
Definition List
Markdown : A lightweight markup language for formatting text.
GitHub : A platform for hosting and collaborating on code repositories.
Strikethrough
~~This text is struck through.~~
Superscript and Subscript
This is a superscript: X^2^
This is a subscript: H~2~O