Skip to content
rajeshdas
.dev

Guides article

Sample Markdown

A step-by-step guide to my personal Arch Linux installation process using LUKS encryption, Logical Volume Management (LVM), and systemd-boot. This guide also includes WiFi setup using iwd and aims for a minimal, secure, and functional base system.

Neofetch output of Arch Linux

This is a sample paragraph under Heading 1. You can include italic, bold, or inline code here. Here’s a link to Astro.

Heading Level 2

Another paragraph with more content. Here’s a line with a footnote1.

Heading Level 3

Nested list example:

  • Item 1
    • Subitem 1a
    • Subitem 1b
  • Item 2
    1. Ordered Subitem 2a
    2. Ordered Subitem 2b
  • Item 3

Heading Level 4

This is a blockquote. It can span multiple lines.

  • It can also contain lists
  • Nested within the blockquote
Heading Level 5
  1. Ordered list example
  2. Second item
    • Nested unordered list
    • Another nested item
  3. Third item
Heading Level 6

Table Example:

NameAgeOccupation
Alice30Engineer
Bob25Designer
Charlie35Product Manager

Code Block Example:

JavaScript
function greet(name) {
  console.log(`Hello, ${name}!`);
}
greet("Hyperoot");

ANSI Terminal Output:

ANSIbuild-output.log
$ pnpm run build
collecting content and optimizing assets...
✓ content synced
✓ static routes generated
⚠ one optional integration was skipped
✓ build completed in 1.42s
ANSI
fastfetch -l none
hyperoot@hyperspace
-------------------
OS: Windows 11 Pro (25H2) x86_64
Host: ASUS TUF Gaming F17 FX706HCB_FX706HCB (1.0)
Kernel: WIN32_NT 10.0.26200.8875
Uptime: 1 day, 12 hours, 30 mins
Shell: PowerShell 7.6.3
Display (LG ULTRAGEAR): 1920x1080 in 24", 180 Hz [External]
WM: Desktop Window Manager 10.0.26100.8737
WM Theme: Custom - #6B8DB0 (System: Dark, Apps: Dark)
Theme: Fluent
Icons: Recycle Bin
Font: Segoe UI (12pt) [Caption / Menu / Message / Status]
Cursor: Windows Default (32px)
Terminal: Windows Terminal 1.24.11911.0
Terminal Font: FiraCode Nerd Font (13pt)
CPU: 11th Gen Intel(R) Core(TM) i5-11400H (12) @ 4.50 GHz
GPU 1: NVIDIA GeForce RTX 3050 Laptop GPU @ 2.10 GHz (3.87 GiB) [Discrete]
GPU 2: Intel(R) UHD Graphics (128.00 MiB) [Integrated]
Memory: 13.18 GiB / 15.74 GiB (84%)
Swap: 1.24 GiB / 15.50 GiB (8%)
Disk (C:\): 305.00 GiB / 476.04 GiB (64%) - NTFS
Disk (D:\): 9.34 GiB / 50.00 GiB (19%) - NTFS
Local IP (Ethernet): 192.168.0.100/24
Battery (A32-K55): 97% [AC Connected]
Locale: en-US

Inline code example: npm install astro

Image Example:

Placeholder Image

Footnote Example:

This is some text with a footnote.1

Horizontal Rule Example:

Task List Example:

  • Completed task
  • Incomplete task
  • Another task

Blockquote with nested elements:

Nested Heading

Some quote text here with bold and italic styles.

Python
# Python code block inside blockquote
def hello():
    print("Hello World")

Definition List Example:

Term 1 : Definition of term 1

Term 2 : Definition of term 2

Emoji and Special Characters:

I ❤️ Markdown! Check these out: 😎 ✨ ✅ ❌

Footnotes

  1. This is the footnote content. You can include links like this. 2

Back to articles