mirror of
https://github.com/r-ca/md2pdf-meow.git
synced 2024-11-22 15:43:15 +00:00
1.7 KiB
1.7 KiB
Markdown Example
1. Basic Formatting
You can make text bold or italic.
Bold and Italic can be combined.
2. Lists
Unordered List:
- Item 1
- Subitem 1.1
- Subitem 1.2
- Item 2
Ordered List:
- First item
- Second item
- Subitem 2.1
- Subitem 2.2
3. Links and Images
4. Blockquotes
"The only limit to our realization of tomorrow is our doubts of today."
— Franklin D. Roosevelt
5. Code Blocks
Inline code: print("Hello, World!")
Python code block:
def greet(name):
print(f"Hello, {name}!")
greet("Markdown")
6. Tables
Name | Age | Country |
---|---|---|
Alice | 24 | USA |
Bob | 30 | UK |
Charlie | 28 | Canada |
7. Task Lists
- Write a markdown example
- Review the document
- Submit the assignment
8. Footnotes
This is a statement with a footnote.1
9. Horizontal Rules
10. Emojis
Let's celebrate 🎉 and have some fun 😄!
11. Heading with ID
Custom Heading
You can link to this heading using its ID.
12. Highlighting
==This text is highlighted== for emphasis.
13. Mathematical Expressions
You can include math using LaTeX:
E = mc^2
14. HTML Elements
You can also use HTML elements:
Ctrl + C to copy.
Enjoy experimenting with Markdown!
-
This is the footnote explaining the statement. ↩︎