md2html-cli

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2022 License: AGPL-3.0 Imports: 4 Imported by: 0

README

md2html

GoDoc Release Build Status Go Report Card Sourcegraph

Command line application to convert Markdown file to HTML.

Usage

NAME:
   md2html - Markdown to HTML Converter

USAGE:
   Command line application to convert Markdown file to HTML

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --output value, -o value               Output path. Default output is stdout
   --excerpt-separator value, --es value  Excerpt separator string. By default, this value is an empty string and will be ignored (default: empty string)
   --style value, -s value                CSS to be injected into the output (default: light)
                                          Supported styles:
                                          - dark.
                                          - dark_colorblind.
                                          - dark_dimmed.
                                          - dark_high_contrast.
                                          - dark_tritanopia.
                                          - light.
                                          - light_colorblind.
                                          - light_high_contrast.
                                          - light_tritanopia.
   --template value, -t value             Pass a custom HTML template file path for the output file (default: By default, the built-in template will be used)
   --minify, -m                           Minify the output HTML (default: false)
   --version, -v                          Print out the version of this command (default: false)
   --help, -h                             show help (default: false)

Contact

Le Minh Tri @ansidev.

License

This source code is available under the AGPL-3.0 LICENSE.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL