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.

```console

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

```console

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.