Bismit Panda
Misc April 28th, 20253 min read

Kitchen Sink

BP
By Bismit Panda
Kitchen Sink
The blog to test mdx functionality

Headings

Heading level 3

Heading level 4

Heading level 5
Heading level 6

Basic Elements

bold

italics

hi

  1. 1st Bullet

  2. 2nd Bullet

  3. 3rd bullet

  • First item
  • Second item
  • Third item

code


title

alt text

Extended Elements

SyntaxDescription
HeaderTitle
ParagraphText

data.json

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

hello-world.ts

const message = "Hello, World!";
console.log(message);
console.log("Focus on this");
console.info(message);

hello-world.ts

const message = "Hello, World!";
console.log(message);
console.log("Focus on this");
console.info(message);

hello-world.ts

var l1 = "";
var l2 = "";
var l3 = "";
var l4 = "";
var l5 = "";
var l6 = "";
var l7 = "";
const message = "Hello, World!";
console.log(message);
console.info(message);

Here's a sentence with a footnote. 1

The world is flat.

  • Write the press release
  • Update the website
  • Contact the media

That is so funny! 😂

https://github.com

This is my github profile: bismitpanda

This is my github repo: bismitpanda/portfolio-next

x=ξ^e2πiξxdξ% is defined as #1f(#2) using the macro \relax{x} = \int_{-\infty}^\infty \hat\xi\,e^{2 \pi i \xi x} \,d\xi

This is a link to a blog post

MDX Components

$> ls -l
$> pnpm add react

We can use ^+Z or ⌘+Z to undo.

Wow

Do task 1

Some instructions for task 1

Do task 2

Some instructions for task 2

Do task 3

Some instructions for task 3

Do task 4

Some instructions for task 4

Step 1

Step 2

Let's do something

Footnotes

  1. This is the footnote.