=== Default Renderer ===

Default Configuration

print('Hello, World!')

=== No-Color Renderer ===

No Colors

x = 42

=== Custom Stream (StringIO) ===

Captured 54 characters:

Captured Output

{"captured": true}

=== Using get_renderer() ===

Helper Function

=== Direct Highlighting ===

YAML line: name: clickmd

JSON line: "key": "value",

Python/JS line: const x = 'hello';

Bash line: echo hello world

=== Full Markdown ===

Main Title

Some introductory text with bold words.

def example():
    return "highlighted code"

Section Two

More text and a link.