diff options
author | Georger Araújo <georgerbr@users.noreply.github.com> | 2017-12-13 15:28:16 -0300 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-13 11:28:16 -0700 |
commit | ce73dec8338884b97ac5946cf2c42299d9caa0bd (patch) | |
tree | 943dc1207333e1363db8ff19722cb330a66e079b | |
parent | d9cdce4281254dce803e2fe21393eb3d40e2f875 (diff) | |
download | pandoc-ce73dec8338884b97ac5946cf2c42299d9caa0bd.tar.gz |
Delete removed -S option from command in epub.md (#4151)
Because `--smart/-S` has been removed.
Maybe ` -f markdown+smart` shoud also be added?
-rw-r--r-- | doc/epub.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |