oddmu-html(1)

Name

oddmu-html - render Oddmu page HTML

Synopsis

Description

The "html" subcommand opens the given Markdown file and prints the resulting HTML to STDOUT without invoking the "view.html" template. Use "-" as the page name if you want to read Markdown from **stdin**.

Options

Examples

Generate "README.html" from "README.md":

oddmu html README.md > README.html

Alternatively:

oddmu html - < README.md > README.html

Environment

The ODDMU_WEBFINGER environment variable has no effect in this situation. Fediverse accounts are not linked to their profile pages.

See also

oddmu(1)

Authors

Maintained by Alex Schroeder alex@gnu.org.

alex@gnu.org