oddmu-html - render Oddmu page HTML
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**.
Generate "README.html" from "README.md":
oddmu html README > README.html
Alternatively:
oddmu html - < README.md > README.html
The ODDMU_WEBFINGER environment variable has no effect in this situation. Fediverse accounts are not linked to their profile pages.
Maintained by Alex Schroeder alex@gnu.org.