diff options
author | Kurt <kurt.w.jung@gmail.com> | 2019-04-30 15:56:57 -0400 |
---|---|---|
committer | Kurt <kurt.w.jung@gmail.com> | 2019-04-30 15:56:57 -0400 |
commit | 8b09ffb30d9a8716107d250631b3c580aa54ba04 (patch) | |
tree | 07bb3357461faf85e730644f8cc7259b7931f0cf | |
parent | 35be79ea9799616538899dddd75f172a3188a44c (diff) |
Reinstate badges
-rw-r--r-- | README.md | 7 | ||||
-rw-r--r-- | doc.go | 1 | ||||
-rw-r--r-- | document.md | 7 |
3 files changed, 7 insertions, 8 deletions
@@ -1,5 +1,9 @@ # GoFPDF document generator +[![MIT licensed][badge-mit]][license] +[![Report][badge-report]][report] +[![GoDoc][badge-doc]][godoc] + ![gofpdf](image/logo_gofpdf.jpg?raw=true "gofpdf") Package gofpdf implements a PDF document generator with high level support for @@ -224,9 +228,6 @@ UTF-8 runes to code page bytes is provided. * Improve test coverage as reported by the coverage tool. - - - [badge-author]: https://img.shields.io/badge/author-Kurt_Jung-blue.svg [badge-doc]: https://img.shields.io/badge/godoc-GoFPDF-blue.svg [badge-github]: https://img.shields.io/badge/project-Git_Hub-blue.svg @@ -234,5 +234,6 @@ UTF-8 runes to code page bytes is provided. • Improve test coverage as reported by the coverage tool. + */ package gofpdf diff --git a/document.md b/document.md index 9332687..d0f79cb 100644 --- a/document.md +++ b/document.md @@ -4,7 +4,7 @@ ~m~ [![Git Hub repository][badge-github]][github] [![Kurt Jung][badge-author]][jung] -~m~ +~rm~ [![MIT licensed][badge-mit]][license] [![Report][badge-report]][report] [![GoDoc][badge-doc]][godoc] @@ -234,11 +234,8 @@ Matusiak added supported for word spacing. UTF-8 runes to code page bytes is provided. * Improve test coverage as reported by the coverage tool. -~mr~ - - - +~mr~ [badge-author]: https://img.shields.io/badge/author-Kurt_Jung-blue.svg [badge-doc]: https://img.shields.io/badge/godoc-GoFPDF-blue.svg [badge-github]: https://img.shields.io/badge/project-Git_Hub-blue.svg |