Skip to content

Commit

Permalink
Features, Coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann committed Oct 12, 2015
1 parent 9826fcf commit b88d1ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.toml
Expand Up @@ -17,6 +17,10 @@ exclude = [
"test.md"
]

[features]
default = []
unstable = []

[dependencies]
regex = "0.1.41"
pipeline = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
markdown.rs [![](https://travis-ci.org/johannhof/markdown.rs.svg?branch=master)](https://travis-ci.org/johannhof/markdown.rs) [![](https://img.shields.io/crates/v/markdown.svg)](https://crates.io/crates/markdown)
markdown.rs [![](https://travis-ci.org/johannhof/markdown.rs.svg?branch=master)](https://travis-ci.org/johannhof/markdown.rs) [![](https://img.shields.io/crates/v/markdown.svg)](https://crates.io/crates/markdown) [![](https://coveralls.io/repos/johannhof/markdown.rs/badge.svg?branch=master&service=github)](https://coveralls.io/github/johannhof/markdown.rs?branch=master)
===========

A simple native Rust library for parsing Markdown and (outputting HTML).
Expand Down

0 comments on commit b88d1ef

Please sign in to comment.