From 6fff7ee8d29b09839668356288f7a13b9149c7cd Mon Sep 17 00:00:00 2001 From: curben Date: Tue, 11 Jun 2019 19:15:57 +0930 Subject: [PATCH] fix(post): links not rendered --- source/_posts/make-pdf-files-smaller.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/_posts/make-pdf-files-smaller.md b/source/_posts/make-pdf-files-smaller.md index 5d86836..09d8d6d 100644 --- a/source/_posts/make-pdf-files-smaller.md +++ b/source/_posts/make-pdf-files-smaller.md @@ -80,6 +80,5 @@ for i in *.pdf; do done ``` -
+

Source: [Internal Pointers](https://www.internalpointers.com/post/compress-pdf-file-ghostscript-linux), [firstdoit](https://gist.github.com/firstdoit/6390547), [ahmed-musallam](https://gist.github.com/ahmed-musallam/27de7d7c5ac68ecbd1ed65b6b48416f9), [Ghostscript Docs](https://ghostscript.com/doc/current/Ps2pdf.htm) -