This is a sample Markdown document that demonstrates some of the most common formatting features. Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents.
Checkout the about page.
Markdown is popular for several reasons:
You can make text bold, italic, or even both. You can also use inline code for technical terms.
This is a blockquote. Use it to highlight important information or quotes.
def greet(name):
print(f"Hello, {name}!")
greet("World")
Check out this link for more information.
| Feature | Supported |
|---|---|
| Headings | Yes |
| Lists | Yes |
| Code blocks | Yes |
| Tables | Yes |
Markdown makes it easy to write clean, readable, and well-structured documents. Happy writing!