oddmu-html(1)

Name

oddmu-html - render Oddmu page HTML

Synopsis

Description

The "html" subcommand opens the Markdown file for the given page name (appending the ".md" extension) and prints the 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 > 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