Skip to content

Commit f751639

Browse files
committed
Added Travis badge
1 parent e0b886d commit f751639

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# markdown-it-html-entities
22

3+
[![Build Status](https://travis-ci.org/Manvel/markdown-it-html-entities.svg?branch=master)
4+
35
Currently [markdown-it](https://github.com/markdown-it/markdown-it) follows
46
[CommonMark specs](https://spec.commonmark.org) which requires HTML Entities
57
[replacement with Unicode

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "markdown-it-html-entities",
33
"version": "1.0.0",
4-
"description": "Disable HTML Entity to Unicode conversion in Markdown-it",
4+
"description": "Disable HTML Entity to Unicode autoconversion in markdown-it"
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha test.js"

0 commit comments

Comments
 (0)