/remark_code_injector

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

remark_code_injector

Is a simple tool to inject code snippets from a codebase as markdown codeblocks into another file, e.g., used to build slides with remark.

Install

> go get -u github.com/vulder/remark_code_injector
> cd $GOPATH/src/github.com/vulder/remark_code_injector/
> make