Closed beerendlauwers closed 8 years ago
pandoc 1.15.2 Compiled with texmath 0.8.4, highlighting-kate 0.6. Syntax highlighting is supported for the following languages: abc, actionscript, ada, agda, apache, asn1, asp, awk, bash, bibtex, boo, c, changelog, clojure, cmake, coffee, coldfusion, commonlisp, cpp, cs, css, curry, d, diff, djangotemplate, dockerfile, dot, doxygen, doxygenlua, dtd, eiffel, email, erlang, fasm, fortran, fsharp, gcc, glsl, gnuassembler, go, haskell, haxe, html, idris, ini, isocpp, java, javadoc, javascript, json, jsp, julia, kotlin, latex, lex, lilypond, literatecurry, literatehaskell, lua, m4, makefile, mandoc, markdown, mathematica, matlab, maxima, mediawiki, metafont, mips, modelines, modula2, modula3, monobasic, nasm, noweb, objectivec, objectivecpp, ocaml, octave, opencl, pascal, perl, php, pike, postscript, prolog, pure, python, r, relaxng, relaxngcompact, rest, rhtml, roff, ruby, rust, scala, scheme, sci, sed, sgml, sql, sqlmysql, sqlpostgresql, tcl, tcsh, texinfo, verilog, vhdl, xml, xorg, xslt, xul, yacc, yaml, zsh Default user data directory: C:\Users\blauwers\AppData\Roaming\pandoc Copyright (C) 2006-2015 John MacFarlane Web: http://pandoc.org This is free software; see the source for copying conditions. There is no warranty, not even for merchantability or fitness for a particular purpose.
pandoc -t revealjs -s -o -V theme=simple index.html index.md
.md
pandoc: theme=simple: openFile: does not exist (No such file or directory)
index.html
index.md
It should be:
pandoc -t revealjs -s -V theme=simple -o index.html index.md
the -o must be followed by an output file.
-o
Whoops. This is why we could really use a statically typed shell environment ;)
pandoc -t revealjs -s -o -V theme=simple index.html index.md
.md
file with some content in it that will get turned into a RevealJS presentation.pandoc: theme=simple: openFile: does not exist (No such file or directory)
index.html
sitting alongsideindex.md
.