Pandoc: Was sind die verfügbaren Syntax-Highlighter?

Punkt 18 der http://pandoc.org/demos.html#examples zeigt Ihnen, wie Sie den syntax-highlighter verwendet, wenn ein argument zu --highlight-style. Zum Beispiel:

pandoc code.text -s --highlight-style pygments -o example18a.html
pandoc code.text -s --highlight-style kate -o example18b.html
pandoc code.text -s --highlight-style monochrome -o example18c.html
pandoc code.text -s --highlight-style espresso -o example18d.html
pandoc code.text -s --highlight-style haddock -o example18e.html
pandoc code.text -s --highlight-style tango -o example18f.html
pandoc code.text -s --highlight-style zenburn -o example18g.html

Frage ich mich, wenn nur diese Farbschemata zur Verfügung. Wenn nicht, wie kann ich Sie laden eine andere syntax highlighter? Kann ich definieren?

InformationsquelleAutor der Frage user1002119 | 2015-06-16

Schreibe einen Kommentar