linemd 0.5.0

A simple and opinionated markdown parser (and renderer) written in Rust.
Documentation
# Header
- List
- Listing
- Listed

* List *list* **list**
* Listing `*code` *asdfasdf*
* Listed

+ List
+ Listing
+ Listed

1. List
2. Listing
3. Listed

## Another header i guess
This is a very good library, see benchmarks on <https://example.org>.
What *if* **everyone** used ***this*** library? I think that would be pretty cool.

Well, maybe they shouldn't since it is a `naive` implementation.

```rust
let mut result = 0;
result = 2 + 2;
```