# Pandoc Version
β ~ pandoc -v
pandoc 1.16.0.2
Compiled with texmath 0.8.4.1, highlighting-kate 0.6.1.
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,
llvm, 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: /home/webdev/.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.
# To remove the pandoc following command is used:sudo apt-get remove pandoc
# Following command is used to remove the pandoc# package along with its dependencies:sudo apt-get remove --auto-remove pandoc
# Following command should be used with care as it deletes all the # configuration files and data:sudo apt-get purge pandoc
# or you can use following command also:sudo apt-get purge --auto-remove pandoc
For further actions, you may consider blocking this person and/or reporting abuse
π Hey, my name is Noah and Iβm the one who set up this ad. My job is to get you to join DEV, so if you fancy doing me a favor, Iβd love for you to create an account.
If you found DEV from searching around, here are a couple of our most popular articles on DEV:
Top comments (1)
Many Thanks Patrick