cargo/crates/mdman
Alex Crichton c687d83ada Remove authors directives from Cargo crates
Most of these are pretty dated and Cargo defaults nowadays to not
emitting an `authors` field so this commit also removes them from the
manifests.
2021-10-22 10:27:20 -07:00
..
doc Remove nbsp characters. 2021-07-30 15:40:37 -07:00
src Fix Url::into_string deprecation warning 2021-05-10 22:19:00 +02:00
tests Fix man page links inside option blocks. 2020-10-17 12:15:12 -07:00
build-man.sh Add mdman for generating man pages. 2020-08-01 11:13:52 -07:00
Cargo.lock Bump url to 2.2.2 where Into<String> for Url is used 2021-05-10 22:20:11 +02:00
Cargo.toml Remove authors directives from Cargo crates 2021-10-22 10:27:20 -07:00
README.md Add mdman for generating man pages. 2020-08-01 11:13:52 -07:00

mdman

mdman is a small utility for creating man pages from markdown text files.

Usage

See the man page generated by this tool.