From f8e67d0ae0aa1e948a76f2ed2ffd2446d26b78a1 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Fri, 5 May 2017 07:50:30 -0400 Subject: Note lack of support for Chinese, Arabic and other multi-codepage fonts --- mkdoc | 1 + 1 file changed, 1 insertion(+) (limited to 'mkdoc') diff --git a/mkdoc b/mkdoc index 71294d7..e2787cd 100755 --- a/mkdoc +++ b/mkdoc @@ -18,5 +18,6 @@ cat README.md | tr '\n' '\v' | sed \ -e 's/test.coverage.(\(https:\/\/blog\.golang\.org\/cover\))/[test coverage](\1)/g' \ -e 's/Pull.requests.(\(https:\/\/help\.github\.com\/articles\/using\-pull\-requests\/\))/[Pull requests](\1)/g' \ -e 's/Your change should\v/Your change should\v\v/g' \ + -e 's/issue 109/[issue 109](https:\/\/github.com\/jung-kurt\/gofpdf\/issues\/109)/g' \ | tr '\v' '\n' > _0 mv _0 README.md -- cgit v1.2.1-24-ge1ad