Preview Markdown
Markdown is an easy-to-read, easy-to-write language for formatting plain text. You can use Markdown syntax, along with some additional HTML tag

This article is 25 yrs old. Some info might be outdated.
h1
h2
h3
h4
normal
italic
bold
bold+italic
this is a combination of all types of text like bold , italic & bold and italic
- numbered list
- regular list
- regular sub-list
| Month | Savings | asdasd | Month | Savings | asdasd |
|---|---|---|---|---|---|
| January | $250 | asdasd | January | $250 | asdasd |
| February | $80 | asdasd | February | $80 | asdasd |
| March | $420 | asdasd | March | $420 | asdasd |
inline <code> block
'use server';
import { track } from '@vercel/analytics/server';
export async function purchase() {
await track('Item purchased', {
quantity: 1,
});
}Highlights information that users should take into account, even when skimming.
Optional information to help a user be more successful.
Crucial information necessary for users to succeed.
Critical content demanding immediate user attention due to potential risks.
This is a note of type caution.