Wednesday, June 26, 2024

Hello World

Reading Time: ~ 2 minutes

blogmarkdowntest

Welcome to my first blog post! This content is written in Markdown and styled using GitHub Flavored Markdown.

Heading 01

Heading 02

Heading 03

Heading 04

Heading 05
Heading 06

Unordered Lists

  • Item one
  • Item two
    • Sub-item A (indent 2 or 4 spaces)
    • Sub-item B
  • Item three

Ordered Lists

  1. First thing
  2. Second thing
  3. Third thing
    1. Nested ordered item

Block quote

Important

This is important Important Purple .markdown-alert-important

Note

This is a note Note Blue .markdown-alert-note

Tip

This is a tip Tip Green .markdown-alert-tip

Warning

This is a warning Warning Yellow/Orange .markdown-alert-warning

Caution

This is a caution Caution Red .markdown-alert-caution

CheckBoxes

  • Done
  • Not done

Spoilers

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

main() {
    println!("hello world!");
}

Features

  • Light and Dark Mode support
  • Code highlighting:
    console.log("Hello, JavaScript!");