About
Read the documentation
This is a sample document that demonstrates basic Markdown syntax.
Markdown is a lightweight markup language with plain-text formatting syntax. It’s designed so that it can be converted into many formats, but the primary format it’s used for is HTML.
You can make text bold, italic, or even both:
**text**
or __text__
*text*
or _text_
***text***
You can use backticks
for inline code.
def greet(name):
print(f"Hello, {name}!")
Name | Age | Occupation |
---|---|---|
Alice | 30 | Engineer |
Bob | 25 | Designer |
Carol | 28 | Writer |
Markdown is a way to style text on the web.