Markdown to HTML Converter — illustrative example INPUT Markdown: ## Setup followed by a paragraph reading Open the app. RESULT

Setup

Open the app.

REVIEW Rendering Markdown should preserve structure and handle embedded HTML deliberately. Sanitize untrusted content before displaying the resulting markup. This is a teaching example, not a live execution record.