md2html

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)
Le Minh Tri @ansidev.
License
This source code is available under the AGPL-3.0 LICENSE.