====== Complex Content Test ======
Testing DokuWiki MCP with complex formatting, special characters, and edge cases.
===== Unicode & Special Characters =====
* **German:** Äöüß, €, §, ©, ®, ™
* **Emojis:** 🚀 🧠 📊 ⚡ 🎯 🔥 ✅ 🤖 💰 📋
* **Technical:** <>&"'
* **Mathematical:** α β γ δ ε π ∑ ∞ ± ≤ ≥
===== Complex Tables =====
^ **System** ^ **Memory** ^ **Performance** ^ **Status** ^
| ja-cortex | 124GB RAM | ⚡ OSS-GPT 120B | 🟢 Operational |
| ja-manjaro | 23GB RAM | 🧠 Browser Auto | 🟢 Ready |
| llm-server-1 | 62GB RAM | 🎮 25GB VRAM | 🟢 Active |
===== Code Blocks with Syntax =====
// Complex JavaScript with special chars
const mcp = {
'test': "value with 'quotes' and \"escapes\"",
unicode: "Testing üñïçödë & spëçîål chars",
performance: 602 // milliseconds
};
console.log(`MCP Test: ${JSON.stringify(mcp)}`);
#!/bin/bash
# Testing shell commands with special characters
echo "Testing MCP with special chars: äöü & <>&"
curl -X POST "https://api.example.com/test" \
-H "Content-Type: application/json" \
-d '{"test": "value", "unicode": "äöü߀"}'
===== Lists with Complex Nesting =====
- **Level 1 Item A**
- **Level 2 Sub A1**
- Level 3 Detail 1 (with "quotes")
- Level 3 Detail 2 (with 'apostrophes')
- **Level 2 Sub A2**
- **Level 1 Item B**
- Special chars: äöü߀§©®™
- URLs: https://example.com/path?param=value&test=true
===== Mixed Content =====
> **QUOTE BLOCK:** Testing quote formatting with //italic// and **bold** text.
>
> Multiple lines with special characters: äöüß and symbols: ©®™€
**Performance Test:** This page contains {{PAGESIZE}} bytes of complex content.
{{tag>complex-content unicode special-chars performance-test mcp-validation}}
----
**Created:** {{date}} | **Tests:** Unicode, Tables, Code, Nesting, Quotes