=== Default Renderer ===
print('Hello, World!')
=== No-Color Renderer ===
x = 42
=== Custom Stream (StringIO) ===
Captured 54 characters:
{"captured": true}
=== Using get_renderer() ===
=== Direct Highlighting ===
YAML line: name: clickmd
JSON line: "key": "value",
Python/JS line: const x = 'hello';
Bash line: echo hello world
=== Full Markdown ===
Some introductory text with bold words.
def example():
return "highlighted code"
More text and a link.