oddmu-html(1)
Name
oddmu-html - render Oddmu page HTML
Synopsis
- *oddmu html** [***-template*** *template-name*] *page-name*
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
- **-template*** *template-name* Use the given template to render the page. Without this, the HTML lacks html and body tags. The only two options that make sense are "view.html" and "static.html".
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
Authors
Maintained by Alex Schroeder alex@gnu.org.