3 releases (breaking)

0.3.0 Jun 29, 2020
0.2.0 Jun 19, 2020
0.1.0 Jun 19, 2020

#66 in #markdown-html

MIT/Apache

11KB
60 lines

mdconv - a simple cli markdown to html converter

Crates.io Crates.io Continuous Deployment

Installation

Pre-built binaries are available on the GitHub Releases tab.

# install
$ cargo install mdconv

# upgrade
$ cargo install --force mdconv

# clone, build and install
$ git clone https://github.com/groow-dev/mdconv.git
$ cd mdconv
$ cargo install --path .

Usage

# using stdin and stdout
$ mdconv

# stdin to output file
$ mdconv -o output.html

# input file to stdout
$ mdconv -i input.md

# input file to output file
$ mdconv -i input.md  -o output.html

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1.5MB
~26K SLoC