# `gemini-to-web` ```console $ uv run coppewebite-parse < # Hello > > World. > EOT [{"level": 1, "heading_text": "Hello", "type": "HeadingLine"}, {"text": "", "type": "TextLine"}, {"text": "World.", "type": "TextLine"}] ``` ```console $ uv run coppewebite-to-html < # Hello > > World. > EOT Hello

Hello

World.

```