⚠️ This is a test file for DocShip development. The content below is sample documentation.

# Code Block Test

# Basic Code Blocks

// JavaScript code
const greeting = "Hello, World!";
console.log(greeting);
1
2
3
# Python code
def hello():
    print("Hello")
1
2
3
# Shell script
echo "Hello World"
1
2

# Empty Code Blocks

# Inline Code

Normal inline code: const x = 1

Double backticks: code with `backtick` inside

# Long Line

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
1

# Normal Content

This should render fine.