# Markdown Content Page

This is a markdown-formatted document for testing scraper API content type handling.

## Headers
- Header level 1: Main topic
- Header level 2: Subtopic
- Header level 3: Detail

## Lists
Unordered list items for testing:
- First item in the list
- Second item with some more text
- Third item that completes the list

## Code Blocks
```javascript
const example = "This is a code block for testing";
console.log(example);
```

## Links and Formatting
This paragraph contains **bold text**, *italic text*. The purpose of this markdown document is to provide a substantial amount of markdown-formatted content (well over 200 characters) for testing scraper APIs that need to parse and understand markdown content types correctly.