Inhaltsverzeichnis

Complex Content Test

Testing DokuWiki MCP with complex formatting, special characters, and edge cases.

Unicode & Special Characters

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

  1. Level 1 Item A
    1. Level 2 Sub A1
      1. Level 3 Detail 1 (with "quotes")
      2. Level 3 Detail 2 (with 'apostrophes')
    2. Level 2 Sub A2
  2. Level 1 Item B
    1. Special chars: äöü߀§©®™

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.

, , , ,

Created: date | Tests: Unicode, Tables, Code, Nesting, Quotes