Simple command to compile English manual
pandoc *.md -o manual.pdf
Extended command to compile Russian manual
pandoc --template template/template.latex -V lang=russian *.md -o manual.pdf
Plain HTML file
pandoc *.md -o manual.html
Styled HTML file with pandoc.css
pandoc --include-in-header template/pandoc.css *.md -o manual.html
-
Pandoc -- converting documents form Markdown to PDF, HTML, Word, etc.
-
Markdown Syntax -- Markdown is intended to be as easy-to-read and easy-to-write as is feasible.
-
MultiMarkdown -- MultiMarkdown is a superset of the Markdown syntax, originally created by John Gruber. It adds multiple syntax features (tables, footnotes, and citations, to name a few).
-
Типограф -- автоматический типограф текстов.
If Pandoc installed to MacOS with BasicTeX you can add additional package to compile texts with cyrrilic symbols using following command
sudo tlmgr install cm-lgc cmcyr cyrillic cyrillic-bin cyrplain eskd eskdx lh lhcyr ruhyphen t2 expl3
kastrup xpackages realscripts makecmds
Список пакетов TeXLive и их назначение.