Markdown Examples
Aug 4, 2025
2 min read
First Heading
Second Heading
Third Heading
Fourth Heading
Fifth Heading
Sixth Heading
This is bold text
This is italic text
Strikethrough
Develop. Preview. Ship. - Vercel
- Lorem ipsum dolor sit amet
- Consectetur adipiscing elit
- Integer molestie lorem at massa
- Lorem ipsum dolor sit amet
- Consectetur adipiscing elit
- Integer molestie lorem at massa
Inline `code`
py
# Python
def hello_world():
print("Hello, world!")js
export default function Nextra({ Component, pageProps }) {
return (
<>
<Head>
<link
rel="alternate"
type="application/rss+xml"
title="RSS"
href="/feed.xml"
/>
<link
rel="preload"
href="/fonts/Inter-roman.latin.var.woff2"
as="font"
type="font/woff2"
crossOrigin="anonymous"
/>
</Head>
<Component {...pageProps} />
</>
);
}| Name | Role | Skills | Status | Notes |
|---|---|---|---|---|
| Alice | Developer | `JavaScript`, `React`, `Node.js` | Active | Loves functional programming |
| Bob | Designer | `Figma`, `CSS`, `Illustrator` | Part-time | Specializes in UI/UX design |
| Charlie | Manager | `Agile`, `Scrum`, `Planning` | On Leave | See latest report |
| Dave | Intern | `HTML`, `CSS`, `JavaScript` | Active | Learning the ropes of web development |
| Eve | QA | `Testing`, `Automation` | Active | Focused on improving test coverage |