summaryrefslogtreecommitdiff
path: root/mkdoc
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2017-05-05 07:50:30 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2017-05-05 07:50:30 -0400
commitf8e67d0ae0aa1e948a76f2ed2ffd2446d26b78a1 (patch)
tree0e73f594abdfe1ceddbb8d22d39f20e849804726 /mkdoc
parentb572f8a6f278a31b4ff7dd03c0bb348545022f51 (diff)
Note lack of support for Chinese, Arabic and other multi-codepage fonts
Diffstat (limited to 'mkdoc')
-rwxr-xr-xmkdoc1
1 files changed, 1 insertions, 0 deletions
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