Hello, World! 🌍
Welcome to this Hello, World! sample markdown file.
This file demonstrates various markdown features:
1. Text Formatting
- Bold text
- Italic text
StrikethroughInline code
- I need to highlight these ==very important words==.
- H~2~O
- X^2^
- Here’s a simple footnote,1 and here’s a longer one.2
2. Lists
Unordered list
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
Ordered list
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
3. Links and Images
4. Blockquote
The quarterly results look great!
- Revenue was off the chart.
- Profits were higher than ever.
Everything is going according to plan.
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood
5. Code Blocks
Code Block (JavaScript)
console.log("Hello, World!");
Code Block (GML)
show_message("Hello, World!");
6. Tables
Language | Syntax |
---|---|
JavaScript | console.log() |
Python | print() |
C | printf() |
Syntax | Description | Test Text |
---|---|---|
Header | Title | Here’s this |
Paragraph | Text | And more |
7. Task List
- Write “Hello, World!”
- Add more examples
- Celebrate 🎉
8. Horizontal Rule
9. Headings
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
10. Paragraph
I really like using Markdown.
I think I’ll use it to format all of my documents from now on.
This is the first line.
And this is the second line.
11. Definition List
- First Term
- This is the definition of the first term.
- Second Term
- This is one definition of the second term.
- This is another definition of the second term.