⚠️ 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);
# Python code
def hello():
print("Hello")
# Shell script
echo "Hello World"
Empty Code Blocks
```
```text
Inline Code
Normal inline code: const x = 1
Double backticks: code with `backtick` inside
Long Line
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Normal Content
This should render fine.