Crate mdman

source ยท
Expand description

mdman markdown to man converter.

Modulesยง

  • format ๐Ÿ”’
  • hbs ๐Ÿ”’
    Handlebars template processing.
  • util ๐Ÿ”’

Enumsยง

  • The output formats supported by mdman.

Functionsยง

  • Converts the handlebars markdown file at the given path into the given format, returning the translated result.
  • join_url ๐Ÿ”’
  • md_parser ๐Ÿ”’
    Creates a new markdown parser with the given input.

Type Aliasesยง

  • EventIter ๐Ÿ”’
    Pulldown-cmark iterator yielding an (event, range) tuple.
  • Mapping of (name, section) of a man page to a URL.
  • A man section.