diff --git a/docs/html2htpy.md b/docs/html2htpy.md index 75f55f0..ff6b330 100644 --- a/docs/html2htpy.md +++ b/docs/html2htpy.md @@ -1,16 +1,16 @@ -# Convert HTML to HTPY +# Convert HTML to htpy code -Maybe you already have a bunch of html, or templates that you would like to migrate to htpy. -We got you covered. HTPY ships with a utility command `html2htpy` that can be used to transform existing -html into python code (htpy!). +Maybe you already have a bunch of HTML, or templates that you would like to migrate to htpy. +We got you covered. The utility command `html2htpy` ships with htpy`, and can be used to transform existing +html into Python code (htpy!). ``` $ html2htpy -h usage: html2htpy [-h] [-s] [-f {auto,ruff,black,none}] [input] positional arguments: - input input html from file or stdin + input input HTML from file or stdin options: -h, --help show this help message and exit @@ -20,7 +20,7 @@ options: ``` -Lets say you have an existing html file: +Lets say you have an existing HTML file: ```html title="index.html" @@ -28,7 +28,7 @@ Lets say you have an existing html file:
-