Monday, August 4, 2025

Markdown Examples

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
  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. 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} />
    </>
  );
}
NameRoleSkillsStatusNotes
AliceDeveloper`JavaScript`, `React`, `Node.js`ActiveLoves functional programming
BobDesigner`Figma`, `CSS`, `Illustrator`Part-timeSpecializes in UI/UX design
CharlieManager`Agile`, `Scrum`, `Planning`On LeaveSee latest report
DaveIntern`HTML`, `CSS`, `JavaScript`ActiveLearning the ropes of web development
EveQA`Testing`, `Automation`ActiveFocused on improving test coverage