2 min read

Programming Kedua Saya

Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsa vitae, incidunt, asperiores autem laboriosam, eaque tempore facilis odio suscipit pariatur nihil ipsum consectetur odit perferendis. Modi ea mollitia nam quaerat.

MDX

this s a quote

A backslash
before a line break

Some console.log("Hello, World!) for inline
Some console.log("Hello, World!) for inline
Some console.log("Hello, World!) for inline

import Link from "next/link";
 
interface AnchorLinkProps {
  href: string;
  children: string;
  target?: "_blank" | "_parent" | "_self" | "_top";
}
 
const AnchorLink = ({ href, children, target }: AnchorLinkProps) => {
  return (
    <Link
      href={href}
      target={target}
      className="text-secondary-200 hover:text-accent font-medium transition-colors duration-300 ease-in-out"
    >
      {children}
    </Link>
  );
};
 
export default Anchor;
export default AnchorLink;

Some asterisks for emphasis.

Three asterisks for thematic break


red mini cactus on pot

  • asteriks for unordered items
  • asteriks for unordered items
  • asteriks for unordered items
  1. decimals and a dot for ordered items
  2. decimals and a dot for ordered items
  3. decimals and a dot for ordered items

Two asterisks for strong.

  • to do
  • done

GFM

Autolink literals

www.example.com, https://example.com, and contact@example.com.

Footnote

A note

Strikethrough

one or two tildes.

Table

No.SalaryAmountPercentageNo.SalaryAmountPercentageNo.SalaryAmountPercentage
12003004%12003005%12003004%
12003004%12003005%12003004%
12003004%12003005%12003004%
12003004%12003005%12003004%

Tasklist

  • Watering a plant
  • Add some fertilizer for extra nutritions

This is a H2

Footnotes

  1. Big note.