md-tangle 0.1.0

A command line tool to tangle code blocks in markdown file to source code file.
# md-tangle

[![Build Status](https://travis-ci.org/xieyuheng/md-tangle.svg?branch=master)](https://travis-ci.org/xieyuheng/md-tangle)

## Welcome

A command line tool to tangle code blocks in markdown file to source code file.

- Inspired by org-mode tangle

## Contributing

We use Collective Code Construction Contract (a.k.a. C4) as our collaboration protocol.

- [The C4 RFC]https://rfc.zeromq.org/spec:42/C4
- [Our Style Guide]https://github.com/parsing-tech/parsing-rs/blob/master/STYLE-GUIDE.md

To highlight some feature of C4 :

- Everyone, without distinction or discrimination,
  SHALL have an equal right to become a Contributor under the terms of this contract.

- Change on the project SHALL be governed by the pattern of
  accurately identifying problems
  and applying minimal, accurate solutions to these problems.

## LICENSE

[GPLv3](https://github.com/parsing-tech/parsing-rs/blob/master/LICENSE)