Simple tool that extracts code blocks from markdown files.
Go to file
2021-07-06 00:40:51 -05:00
src initial version 2021-07-06 00:39:06 -05:00
.gitignore initial version 2021-07-06 00:39:06 -05:00
Cargo.lock initial version 2021-07-06 00:39:06 -05:00
Cargo.toml add readme 2021-07-06 00:40:51 -05:00
README.md add readme 2021-07-06 00:40:51 -05:00

Markout

Extract code blocks from markdown files.

Build: cargo build

Run:

markout --help
markout [file]
markout --lang py [file]

Contact

License: GPL3

Author: Michael Zhang