Точка маркера 18 http://pandoc.org/demos.html#examples показывает, как изменить яркость синтаксиса, используя аргумент --highlight-style
. Например:
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
Мне интересно, являются ли это единственными доступными цветовыми схемами. Если нет, как я могу загрузить другой синтаксический ярлык? Могу ли я определить свой собственный?