> ⚠️ **This is a test file for DocShip development. The content below is sample documentation.** # Code Block Test ## Basic Code Blocks ```javascript // JavaScript code const greeting = "Hello, World!"; console.log(greeting); ``` ```python # Python code def hello(): print("Hello") ``` ```bash # 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 ```text aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ``` ## Normal Content This should render fine.