Kavin

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


a futuristic, cube-like structure composed of multiple smaller rectangular module. Used to visualize complexity of quantum computing
Image by Nicolas Arnold

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


  1. numbered list
  • regular list
    • regular sub-list



MonthSavingsasdasdMonthSavingsasdasd
January$250asdasdJanuary$250asdasd
February$80asdasdFebruary$80asdasd
March$420asdasdMarch$420asdasd



inline <code> block

app/actions.ts
'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.

Last updated onDec 13, 2000

tag1tag2