[][src]Crate md2src

Simple rust library and CLI to extract code blocks marked with triple backticks from markdown files into source files.

Build Status Coverage Status Crates.io download

Installation

To download the latest release, please run either cargo install md2src or brew install AlexanderWillner/tap/md2src.

Example

Run run md2src README.md to create the source file named code_snippet_000.rs.

Structs

MD2Src

Markdown to source code