From 0cca3c1ea1b27239bd6c331aca12d23e21d4b598 Mon Sep 17 00:00:00 2001 From: yuin Date: Fri, 26 Apr 2019 20:39:42 +0900 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f863db7..9af7ee2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ goldmark ========================================== -![http://godoc.org/github.com/yuin/goldmark](https://godoc.org/github.com/yuin/goldmark?status.svg) -![https://travis-ci.org/yuin/goldmark](https://travis-ci.org/yuin/goldmark.svg) +[![http://godoc.org/github.com/yuin/goldmark](https://godoc.org/github.com/yuin/goldmark?status.svg)](http://godoc.org/github.com/yuin/goldmark) +[![https://travis-ci.org/yuin/goldmark](https://travis-ci.org/yuin/goldmark.svg)](https://travis-ci.org/yuin/goldmark) > A markdown parser written in Go. Easy to extend, standard compliant, well structured.