From ce73dec8338884b97ac5946cf2c42299d9caa0bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georger=20Ara=C3=BAjo?= Date: Wed, 13 Dec 2017 15:28:16 -0300 Subject: [PATCH] Delete removed -S option from command in epub.md (#4151) Because `--smart/-S` has been removed. Maybe ` -f markdown+smart` shoud also be added? --- doc/epub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/epub.md b/doc/epub.md index c5993cd42..1d9480bd1 100644 --- a/doc/epub.md +++ b/doc/epub.md @@ -111,7 +111,7 @@ above these fields. Now run pandoc to make the ebook, using our title page and modified chapter files as sources: - pandoc -S -o progit.epub title.txt \ + pandoc -o progit.epub title.txt \ 01-introduction/01-chapter1.markdown \ 02-git-basics/01-chapter2.markdown \ 03-git-branching/01-chapter3.markdown \