@@ 6,7 6,7 @@ geminitohtml - convert Gemini text to HTML
# SYNOPSIS
-_geminitohtml_ [-t <template>]
+*geminitohtml* [-t _template_] < _input_
# DESCRIPTION
@@ 14,7 14,7 @@ The geminitohtml utility reads Gemini text from the standard input and writes HT
# OPTIONS
-\-t <template>
+*-t* _template_
Specifies the path to a custom template to use for HTML output. The template must use the Go templating language and will be provided with the following data:
- *Title*: The title of the Gemini text document, extracted from the first level-one heading. Empty if no level-one heading was found.