~adnano/gmnitohtml

13bc50c863d929a0930bb9995d82cea295b5582f — Adnan Maolood 3 years ago 6c1bfbd
Update documentation
1 files changed, 2 insertions(+), 2 deletions(-)

M geminitohtml.1.scd
M geminitohtml.1.scd => geminitohtml.1.scd +2 -2
@@ 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.