Crates.io | markdust |
lib.rs | markdust |
version | 0.1.1 |
source | src |
created_at | 2019-08-06 02:11:38.467238 |
updated_at | 2019-09-20 22:54:43.870506 |
description | This is learning project written by an amateur, beginner rustacean. Converts a MARKDOWN file to HTML that includes a link to 'style.css'. |
homepage | |
repository | https://gitlab.com/chipaltman/markdust |
max_upload_size | |
id | 154443 |
size | 23,808 |
This is a learning project, written in Rust.
Parses a MARKDOWN file to HTML, adding a link to `style.css` `ComrakOptions::unsafe_` is enabled for rendering raw HTML.
USAGE:
markdust <input_file>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<input_file> /path/to/your/file.md