Simple tool that extracts code blocks from markdown files.
Go to file
2023-01-11 17:11:02 -06:00
src freshen up the codebase 2023-01-11 17:11:02 -06:00
.envrc Add nix flake 2022-06-17 20:45:45 -05:00
.gitignore Add nix flake 2022-06-17 20:45:45 -05:00
Cargo.lock freshen up the codebase 2023-01-11 17:11:02 -06:00
Cargo.toml freshen up the codebase 2023-01-11 17:11:02 -06:00
default.nix freshen up the codebase 2023-01-11 17:11:02 -06:00
flake.lock freshen up the codebase 2023-01-11 17:11:02 -06:00
flake.nix freshen up the codebase 2023-01-11 17:11:02 -06:00
README.md add readme 2021-07-06 00:40:51 -05:00
rustfmt.toml freshen up the codebase 2023-01-11 17:11:02 -06: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