Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 41b6a6a

Browse files
committed
more in readme
1 parent 813ddb0 commit 41b6a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Генерация Epub
1212

13-
pandoc --smart -t epub3 -s postgresql.tex -o postgresql.epub --epub-cover-image=cover/cover.jpg --epub-chapter-level=2
13+
pandoc -S -t epub3 -s postgresql.tex -o postgresql.epub --epub-cover-image=cover/cover.jpg --epub-chapter-level=2
1414

1515
Если хочется, чтобы в выводе были нормальные кавычки (`U+00ab` «, `U+00bb` »), нужно их сначала проставить вручную, потому что pandoc пока это не умеет (https://github.com/jgm/pandoc/issues/84). Например, c помощью vim:
1616

0 commit comments

Comments
 (0)