From bcf7bc4885a0e8e54cf3115e171c526145360644 Mon Sep 17 00:00:00 2001 From: Sean Lang Date: Tue, 12 Aug 2014 23:46:54 -0400 Subject: [PATCH] add badges! --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1edaa7d..7250dab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Tidy Markdown +[![Build Status](http://img.shields.io/travis/slang800/tidy-markdown.svg?style=flat-square)](https://travis-ci.org/slang800/tidy-markdown) +[![NPM version](http://img.shields.io/npm/v/tidy-markdown.svg?style=flat-square)](https://www.npmjs.org/package/tidy-markdown) +[![NPM license](http://img.shields.io/npm/l/tidy-markdown.svg?style=flat-square)](https://www.npmjs.org/package/tidy-markdown) + Beautify Markdown, fixing formatting mistakes and converting basic HTML & Unicode into their Markdown equilivants. Based on the conventions in [Carrot Creative's Markdown Styleguide](https://github.com/carrot/markdown-styleguide) and built on [Marked](https://github.com/chjj/marked). ## Features @@ -6,4 +10,4 @@ Beautify Markdown, fixing formatting mistakes and converting basic HTML & Unicod - fix numbering - making ordered lists count naturally from 1 to _n_ and reference links do the same (based on first occurance). - make headers move from h1 to smaller without gaps (like an `h1` followed by an `h4` would be corrected to an `h1` followed by an `h2`). - decode Unicode characters that have markdown equilivants (like "…" becomes "..." and "—" becomes "--"). -- move long or repeated links into the reference links section. \ No newline at end of file +- move long or repeated links into the reference links section.